Html Css Color HEX #ECC431 Saffron

📋 copy color: '#ECC431'

red 236 ◦ green 196 ◦ blue 49

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

Shades of Saffron #ECC431

Tints of Saffron #ECC431

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.75%

 BLUE value IS 49 (19.53% from 255) = 10.19%

R = 49.06%
G = 40.75%
B = 10.19%

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

#ECC431 (or 0xECC431) is known color: Saffron. HEX triplet: EC, C4 and 31. RGB value is (236,196,49). Sum of RGB (Red+Green+Blue) = 236+196+49=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC431 is #133BCE. Grayscale: #BFBFBF. Windows color (decimal): -1260495 or 3261676. OLE color: 3261676.

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

Color convert

RGB 236 196 49 -
CMYK 0 0.17 0.79 0.07
HSL 47.17º 0.83% 0.56% -
HSV(B) 47.17º 0.79% 0.93% -
XYZ 54.89 57.53 11.12 -
YUV 191.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 236 196 49 0 0.17 0.79 0.07 47.17 0.83 0.56
Hex EC C4 31 0 11 4F 7 2F 53 38
Octal 354 304 61 0 21 117 7 57 123 70
Binary 11101100 11000100 110001 0 10001 1001111 111 101111 1010011 111000

Color Harmonies of #ECC431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC431

Black with #ECC431

Text Example


Text Example

White with #ECC431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC431; }

 p { color: rgb(236,196,49); }

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

background-color css

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

 a { background-color: rgb(236,196,49); }

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

border-color css

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

 span { border-color: rgb(236,196,49); }

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