Html Css Color HEX #ECC537 Saffron

📋 copy color: '#ECC537'

red 236 ◦ green 197 ◦ blue 55

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

Shades of Saffron #ECC537

Tints of Saffron #ECC537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.27%

R = 48.36%
G = 40.37%
B = 11.27%

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

#ECC537 (or 0xECC537) is known color: Saffron. HEX triplet: EC, C5 and 37. RGB value is (236,197,55). Sum of RGB (Red+Green+Blue) = 236+197+55=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC537 is #133AC8. Grayscale: #C1C1C1. Windows color (decimal): -1260233 or 3655148. OLE color: 3655148.

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

Color convert

RGB 236 197 55 -
CMYK 0 0.17 0.77 0.07
HSL 47.07º 0.83% 0.57% -
HSV(B) 47.07º 0.77% 0.93% -
XYZ 55.25 58.04 11.91 -
YUV 192.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 236 197 55 0 0.17 0.77 0.07 47.07 0.83 0.57
Hex EC C5 37 0 11 4D 7 2F 53 39
Octal 354 305 67 0 21 115 7 57 123 71
Binary 11101100 11000101 110111 0 10001 1001101 111 101111 1010011 111001

Color Harmonies of #ECC537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC537

Black with #ECC537

Text Example


Text Example

White with #ECC537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC537; }

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

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

background-color css

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

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

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

border-color css

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

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

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