Html Css Color HEX #ECC636 Saffron

📋 copy color: '#ECC636'

red 236 ◦ green 198 ◦ blue 54

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

Shades of Saffron #ECC636

Tints of Saffron #ECC636

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.57%

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

R = 48.36%
G = 40.57%
B = 11.07%

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

#ECC636 (or 0xECC636) is known color: Saffron. HEX triplet: EC, C6 and 36. RGB value is (236,198,54). Sum of RGB (Red+Green+Blue) = 236+198+54=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC636 is #1339C9. Grayscale: #C1C1C1. Windows color (decimal): -1259978 or 3589868. OLE color: 3589868.

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

Color convert

RGB 236 198 54 -
CMYK 0 0.16 0.77 0.07
HSL 47.47º 0.83% 0.57% -
HSV(B) 47.47º 0.77% 0.93% -
XYZ 55.45 58.49 11.86 -
YUV 192.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 236 198 54 0 0.16 0.77 0.07 47.47 0.83 0.57
Hex EC C6 36 0 10 4D 7 2F 53 39
Octal 354 306 66 0 20 115 7 57 123 71
Binary 11101100 11000110 110110 0 10000 1001101 111 101111 1010011 111001

Color Harmonies of #ECC636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC636

Black with #ECC636

Text Example


Text Example

White with #ECC636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC636; }

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

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

background-color css

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

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

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

border-color css

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

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

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