Html Css Color HEX #ECC237 Saffron

📋 copy color: '#ECC237'

red 236 ◦ green 194 ◦ blue 55

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

Shades of Saffron #ECC237

Tints of Saffron #ECC237

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40%

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

R = 48.66%
G = 40%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ECC237 (or 0xECC237) is known color: Saffron. HEX triplet: EC, C2 and 37. RGB value is (236,194,55). Sum of RGB (Red+Green+Blue) = 236+194+55=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC237 is #133DC8. Grayscale: #BFBFBF. Windows color (decimal): -1261001 or 3654380. OLE color: 3654380.

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

Color convert

RGB 236 194 55 -
CMYK 0 0.18 0.77 0.07
HSL 46.08º 0.83% 0.57% -
HSV(B) 46.08º 0.77% 0.93% -
XYZ 54.57 56.69 11.68 -
YUV 190.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 236 194 55 0 0.18 0.77 0.07 46.08 0.83 0.57
Hex EC C2 37 0 12 4D 7 2E 53 39
Octal 354 302 67 0 22 115 7 56 123 71
Binary 11101100 11000010 110111 0 10010 1001101 111 101110 1010011 111001

Color Harmonies of #ECC237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC237

Black with #ECC237

Text Example


Text Example

White with #ECC237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC237; }

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

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

background-color css

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

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

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

border-color css

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

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

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