#ECBF39

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

Shades of Saffron #ECBF39

Tints of Saffron #ECBF39

Color information

#ECBF39 (or 0xECBF39) is unknown color: approx Saffron. HEX triplet: EC, BF and 39. RGB value is (236,191,57). Sum of RGB (Red+Green+Blue) = 236+191+57=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 57 (22.66% from 255 or 11.78% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF39 is #1340C6. Grayscale: #BDBDBD. Windows color (decimal): -1261767 or 3784684. OLE color: 3784684.

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

Color convert

RGB23619157-
CMYK00.190.760.07
HSL44.92º82.49%57.45%-
HSV(B)44.92º75.85%92.55%-
XYZ53.9655.3911.72-
YUV189.1853.41161.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 57 (22.66% from 255) = 11.78%
R=48.76%
G=39.46%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361915700.190.760.0744.9282.4957.45
HexECBF390134C72d5239
Octal3542777102311475512271
Binary111011001011111111100101001110011001111011011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBF39; }

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

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

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

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

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

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

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

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