Html Css Color HEX #ECC436 Saffron

📋 copy color: '#ECC436'

red 236 ◦ green 196 ◦ blue 54

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

Shades of Saffron #ECC436

Tints of Saffron #ECC436

RGB

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

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

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

R = 48.56%
G = 40.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ECC436 (or 0xECC436) is known color: Saffron. HEX triplet: EC, C4 and 36. RGB value is (236,196,54). Sum of RGB (Red+Green+Blue) = 236+196+54=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC436 is #133BC9. Grayscale: #C0C0C0. Windows color (decimal): -1260490 or 3589356. OLE color: 3589356.

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

Color convert

RGB 236 196 54 -
CMYK 0 0.17 0.77 0.07
HSL 46.81º 0.83% 0.57% -
HSV(B) 46.81º 0.77% 0.93% -
XYZ 55 57.58 11.71 -
YUV 191.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 236 196 54 0 0.17 0.77 0.07 46.81 0.83 0.57
Hex EC C4 36 0 11 4D 7 2F 53 39
Octal 354 304 66 0 21 115 7 57 123 71
Binary 11101100 11000100 110110 0 10001 1001101 111 101111 1010011 111001

Color Harmonies of #ECC436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC436

Black with #ECC436

Text Example


Text Example

White with #ECC436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC436; }

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

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

background-color css

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

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

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

border-color css

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

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

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