Html Css Color HEX #ECC136 Saffron

📋 copy color: '#ECC136'

red 236 ◦ green 193 ◦ blue 54

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

Shades of Saffron #ECC136

Tints of Saffron #ECC136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.96%

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

R = 48.86%
G = 39.96%
B = 11.18%

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

#ECC136 (or 0xECC136) is known color: Saffron. HEX triplet: EC, C1 and 36. RGB value is (236,193,54). Sum of RGB (Red+Green+Blue) = 236+193+54=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC136 is #133EC9. Grayscale: #BEBEBE. Windows color (decimal): -1261258 or 3588588. OLE color: 3588588.

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

Color convert

RGB 236 193 54 -
CMYK 0 0.18 0.77 0.07
HSL 45.82º 0.83% 0.57% -
HSV(B) 45.82º 0.77% 0.93% -
XYZ 54.33 56.24 11.48 -
YUV 190.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 236 193 54 0 0.18 0.77 0.07 45.82 0.83 0.57
Hex EC C1 36 0 12 4D 7 2E 53 39
Octal 354 301 66 0 22 115 7 56 123 71
Binary 11101100 11000001 110110 0 10010 1001101 111 101110 1010011 111001

Color Harmonies of #ECC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC136

Black with #ECC136

Text Example


Text Example

White with #ECC136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC136; }

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

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

background-color css

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

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

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

border-color css

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

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

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