Html Css Color HEX #ECC531 Saffron

📋 copy color: '#ECC531'

red 236 ◦ green 197 ◦ blue 49

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

Shades of Saffron #ECC531

Tints of Saffron #ECC531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.17%

R = 48.96%
G = 40.87%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECC531 (or 0xECC531) is known color: Saffron. HEX triplet: EC, C5 and 31. RGB value is (236,197,49). Sum of RGB (Red+Green+Blue) = 236+197+49=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC531 is #133ACE. Grayscale: #C0C0C0. Windows color (decimal): -1260239 or 3261932. OLE color: 3261932.

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

Color convert

RGB 236 197 49 -
CMYK 0 0.17 0.79 0.07
HSL 47.49º 0.83% 0.56% -
HSV(B) 47.49º 0.79% 0.93% -
XYZ 55.11 57.99 11.19 -
YUV 191.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 236 197 49 0 0.17 0.79 0.07 47.49 0.83 0.56
Hex EC C5 31 0 11 4F 7 2F 53 38
Octal 354 305 61 0 21 117 7 57 123 70
Binary 11101100 11000101 110001 0 10001 1001111 111 101111 1010011 111000

Color Harmonies of #ECC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC531

Black with #ECC531

Text Example


Text Example

White with #ECC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC531; }

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

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

background-color css

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

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

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

border-color css

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

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

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