Html Css Color HEX #ECC736 Saffron

📋 copy color: '#ECC736'

red 236 ◦ green 199 ◦ blue 54

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

Shades of Saffron #ECC736

Tints of Saffron #ECC736

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.7%

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

R = 48.26%
G = 40.7%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ECC736 (or 0xECC736) is known color: Saffron. HEX triplet: EC, C7 and 36. RGB value is (236,199,54). Sum of RGB (Red+Green+Blue) = 236+199+54=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 54 (21.48% from 255 or 11.04% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC736 is #1338C9. Grayscale: #C2C2C2. Windows color (decimal): -1259722 or 3590124. OLE color: 3590124.

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

Color convert

RGB 236 199 54 -
CMYK 0 0.16 0.77 0.07
HSL 47.8º 0.83% 0.57% -
HSV(B) 47.8º 0.77% 0.93% -
XYZ 55.68 58.95 11.93 -
YUV 193.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 236 199 54 0 0.16 0.77 0.07 47.8 0.83 0.57
Hex EC C7 36 0 10 4D 7 30 53 39
Octal 354 307 66 0 20 115 7 60 123 71
Binary 11101100 11000111 110110 0 10000 1001101 111 110000 1010011 111001

Color Harmonies of #ECC736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC736

Black with #ECC736

Text Example


Text Example

White with #ECC736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC736; }

 p { color: rgb(236,199,54); }

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

background-color css

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

 a { background-color: rgb(236,199,54); }

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

border-color css

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

 span { border-color: rgb(236,199,54); }

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