Html Css Color HEX #EDBC3C Saffron

📋 copy color: '#EDBC3C'

red 237 ◦ green 188 ◦ blue 60

#EDBC3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #EDBC3C

Tints of Saffron #EDBC3C

RGB

 RED value IS 237 (92.97% from 255) = 48.87%

 GREEN value IS 188 (73.83% from 255) = 38.76%

 BLUE value IS 60 (23.83% from 255) = 12.37%

R = 48.87%
G = 38.76%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDBC3C (or 0xEDBC3C) is known color: Saffron. HEX triplet: ED, BC and 3C. RGB value is (237,188,60). Sum of RGB (Red+Green+Blue) = 237+188+60=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC3C is #1243C3. Grayscale: #BCBCBC. Windows color (decimal): -1196996 or 3980525. OLE color: 3980525.

HSL color Cylindrical-coordinate representation of color #EDBC3C: hue angle of 43.39º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDBC3C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 188 60 -
CMYK 0 0.21 0.75 0.07
HSL 43.39º 0.83% 0.58% -
HSV(B) 43.39º 0.75% 0.93% -
XYZ 53.72 54.3 11.92 -
YUV 188.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 237 188 60 0 0.21 0.75 0.07 43.39 0.83 0.58
Hex ED BC 3C 0 15 4B 7 2B 53 3A
Octal 355 274 74 0 25 113 7 53 123 72
Binary 11101101 10111100 111100 0 10101 1001011 111 101011 1010011 111010

Color Harmonies of #EDBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC3C

Black with #EDBC3C

Text Example


Text Example

White with #EDBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC3C; }

 p { color: rgb(237,188,60); }

 H1.HeaderClassName
 {
   color: #EDBC3C;
 }
 .AnyTagClassName
 {
   color: #EDBC3C;
 }
</style>

background-color css

<style>
 a { background-color: #EDBC3C; }

 a { background-color: rgb(237,188,60); }

 div.DivClassName
 {
   background-color: #EDBC3C;
 }
 .BgClassName
 {
   background-color: #EDBC3C;
 }
</style>

border-color css

<style>
 span { border-color: #EDBC3C; }

 span { border-color: rgb(237,188,60); }

 td.TdClassName
 {
   border-color: #EDBC3C;
 }
 .TagClassName
 {
   border-color: #EDBC3C;
 }
</style>