Html Css Color HEX #EDC036 Saffron

📋 copy color: '#EDC036'

red 237 ◦ green 192 ◦ blue 54

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

Shades of Saffron #EDC036

Tints of Saffron #EDC036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

 BLUE value IS 54 (21.48% from 255) = 11.18%

R = 49.07%
G = 39.75%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDC036 (or 0xEDC036) is known color: Saffron. HEX triplet: ED, C0 and 36. RGB value is (237,192,54). Sum of RGB (Red+Green+Blue) = 237+192+54=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC036 is #123FC9. Grayscale: #BEBEBE. Windows color (decimal): -1195978 or 3588333. OLE color: 3588333.

HSL color Cylindrical-coordinate representation of color #EDC036: hue angle of 45.25º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDC036 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 192 54 -
CMYK 0 0.19 0.77 0.07
HSL 45.25º 0.84% 0.57% -
HSV(B) 45.25º 0.77% 0.93% -
XYZ 54.44 55.97 11.42 -
YUV 189.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 237 192 54 0 0.19 0.77 0.07 45.25 0.84 0.57
Hex ED C0 36 0 13 4D 7 2D 54 39
Octal 355 300 66 0 23 115 7 55 124 71
Binary 11101101 11000000 110110 0 10011 1001101 111 101101 1010100 111001

Color Harmonies of #EDC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC036

Black with #EDC036

Text Example


Text Example

White with #EDC036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC036; }

 p { color: rgb(237,192,54); }

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

background-color css

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

 a { background-color: rgb(237,192,54); }

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

border-color css

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

 span { border-color: rgb(237,192,54); }

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