Html Css Color HEX #ECC535 Saffron

📋 copy color: '#ECC535'

red 236 ◦ green 197 ◦ blue 53

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

Shades of Saffron #ECC535

Tints of Saffron #ECC535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.91%

R = 48.56%
G = 40.53%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECC535 (or 0xECC535) is known color: Saffron. HEX triplet: EC, C5 and 35. RGB value is (236,197,53). Sum of RGB (Red+Green+Blue) = 236+197+53=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC535 is #133ACA. Grayscale: #C0C0C0. Windows color (decimal): -1260235 or 3524076. OLE color: 3524076.

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

Color convert

RGB 236 197 53 -
CMYK 0 0.17 0.78 0.07
HSL 47.21º 0.83% 0.57% -
HSV(B) 47.21º 0.78% 0.93% -
XYZ 55.2 58.02 11.66 -
YUV 192.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 236 197 53 0 0.17 0.78 0.07 47.21 0.83 0.57
Hex EC C5 35 0 11 4E 7 2F 53 39
Octal 354 305 65 0 21 116 7 57 123 71
Binary 11101100 11000101 110101 0 10001 1001110 111 101111 1010011 111001

Color Harmonies of #ECC535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC535

Black with #ECC535

Text Example


Text Example

White with #ECC535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC535; }

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

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

background-color css

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

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

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

border-color css

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

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

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