Html Css Color HEX #ECC037 Saffron

📋 copy color: '#ECC037'

red 236 ◦ green 192 ◦ blue 55

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

Shades of Saffron #ECC037

Tints of Saffron #ECC037

RGB

 RED value IS 236 (92.58% from 255) = 48.86%

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

 BLUE value IS 55 (21.88% from 255) = 11.39%

R = 48.86%
G = 39.75%
B = 11.39%

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

#ECC037 (or 0xECC037) is known color: Saffron. HEX triplet: EC, C0 and 37. RGB value is (236,192,55). Sum of RGB (Red+Green+Blue) = 236+192+55=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC037 is #133FC8. Grayscale: #BEBEBE. Windows color (decimal): -1261513 or 3653868. OLE color: 3653868.

HSL color Cylindrical-coordinate representation of color #ECC037: hue angle of 45.41º degrees, saturation: 0.83, 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 #ECC037 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 55 -
CMYK 0 0.19 0.77 0.07
HSL 45.41º 0.83% 0.57% -
HSV(B) 45.41º 0.77% 0.93% -
XYZ 54.13 55.81 11.53 -
YUV 189.54 52.08 161.14 -
System Red Green Blue C M Y K H S L
Decimal 236 192 55 0 0.19 0.77 0.07 45.41 0.83 0.57
Hex EC C0 37 0 13 4D 7 2D 53 39
Octal 354 300 67 0 23 115 7 55 123 71
Binary 11101100 11000000 110111 0 10011 1001101 111 101101 1010011 111001

Color Harmonies of #ECC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC037

Black with #ECC037

Text Example


Text Example

White with #ECC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC037; }

 p { color: rgb(236,192,55); }

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

background-color css

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

 a { background-color: rgb(236,192,55); }

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

border-color css

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

 span { border-color: rgb(236,192,55); }

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