Html Css Color HEX #ECC532 Saffron

📋 copy color: '#ECC532'

red 236 ◦ green 197 ◦ blue 50

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

Shades of Saffron #ECC532

Tints of Saffron #ECC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.79%

 BLUE value IS 50 (19.92% from 255) = 10.35%

R = 48.86%
G = 40.79%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECC532 (or 0xECC532) is known color: Saffron. HEX triplet: EC, C5 and 32. RGB value is (236,197,50). Sum of RGB (Red+Green+Blue) = 236+197+50=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC532 is #133ACD. Grayscale: #C0C0C0. Windows color (decimal): -1260238 or 3327468. OLE color: 3327468.

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

Color convert

RGB 236 197 50 -
CMYK 0 0.17 0.79 0.07
HSL 47.42º 0.83% 0.56% -
HSV(B) 47.42º 0.79% 0.93% -
XYZ 55.13 58 11.31 -
YUV 191.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 236 197 50 0 0.17 0.79 0.07 47.42 0.83 0.56
Hex EC C5 32 0 11 4F 7 2F 53 38
Octal 354 305 62 0 21 117 7 57 123 70
Binary 11101100 11000101 110010 0 10001 1001111 111 101111 1010011 111000

Color Harmonies of #ECC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC532

Black with #ECC532

Text Example


Text Example

White with #ECC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC532; }

 p { color: rgb(236,197,50); }

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

background-color css

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

 a { background-color: rgb(236,197,50); }

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

border-color css

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

 span { border-color: rgb(236,197,50); }

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