#ECCA39

Color #ECCA39 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #ECCA39

Tints of Saffron #ECCA39

Color information

#ECCA39 (or 0xECCA39) is unknown color: approx Saffron. HEX triplet: EC, CA and 39. RGB value is (236,202,57). Sum of RGB (Red+Green+Blue) = 236+202+57=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 57 (22.66% from 255 or 11.52% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA39 is #1335C6. Grayscale: #C4C4C4. Windows color (decimal): -1258951 or 3787500. OLE color: 3787500.

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

Color convert

RGB23620257-
CMYK00.140.760.07
HSL48.6º82.49%57.45%-
HSV(B)48.6º75.85%92.55%-
XYZ56.4560.3712.55-
YUV195.6449.76156.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.68%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 57 (22.66% from 255) = 11.52%
R=47.68%
G=40.81%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362025700.140.760.0748.682.4957.45
HexECCA390E4C7315239
Octal3543127101611476112271
Binary11101100110010101110010111010011001111100011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCA39; }

 p { color: rgb(236,202,57); }

 H1.HeaderClassName
 {
   color: #ECCA39;
 }
 .AnyTagClassName
 {
   color: #ECCA39;
 }
</style>
background-color css

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

 a { background-color: rgb(236,202,57); }

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

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

 span { border-color: rgb(236,202,57); }

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