Html Css Color HEX #ECC53C Saffron

📋 copy color: '#ECC53C'

red 236 ◦ green 197 ◦ blue 60

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

Shades of Saffron #ECC53C

Tints of Saffron #ECC53C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.96%

 BLUE value IS 60 (23.83% from 255) = 12.17%

R = 47.87%
G = 39.96%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECC53C (or 0xECC53C) is known color: Saffron. HEX triplet: EC, C5 and 3C. RGB value is (236,197,60). Sum of RGB (Red+Green+Blue) = 236+197+60=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC53C is #133AC3. Grayscale: #C1C1C1. Windows color (decimal): -1260228 or 3982828. OLE color: 3982828.

HSL color Cylindrical-coordinate representation of color #ECC53C: hue angle of 46.7º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECC53C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 197 60 -
CMYK 0 0.17 0.75 0.07
HSL 46.7º 0.82% 0.58% -
HSV(B) 46.7º 0.75% 0.93% -
XYZ 55.37 58.09 12.57 -
YUV 193.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 236 197 60 0 0.17 0.75 0.07 46.7 0.82 0.58
Hex EC C5 3C 0 11 4B 7 2F 52 3A
Octal 354 305 74 0 21 113 7 57 122 72
Binary 11101100 11000101 111100 0 10001 1001011 111 101111 1010010 111010

Color Harmonies of #ECC53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC53C

Black with #ECC53C

Text Example


Text Example

White with #ECC53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC53C; }

 p { color: rgb(236,197,60); }

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

background-color css

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

 a { background-color: rgb(236,197,60); }

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

border-color css

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

 span { border-color: rgb(236,197,60); }

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