#EBC939

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

Shades of Saffron #EBC939

Tints of Saffron #EBC939

Color information

#EBC939 (or 0xEBC939) is unknown color: approx Saffron. HEX triplet: EB, C9 and 39. RGB value is (235,201,57). Sum of RGB (Red+Green+Blue) = 235+201+57=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC939 is #1436C6. Grayscale: #C3C3C3. Windows color (decimal): -1324743 or 3787243. OLE color: 3787243.

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

Color convert

RGB23520157-
CMYK00.140.760.08
HSL48.54º81.65%57.25%-
HSV(B)48.54º75.74%92.16%-
XYZ55.8959.7312.45-
YUV194.7550.26156.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 201 (78.91% from 255) = 40.77%
BLUE value IS 57 (22.66% from 255) = 11.56%
R=47.67%
G=40.77%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352015700.140.760.0848.5481.6557.25
HexEBC9390E4C8315239
Octal35331171016114106112271
Binary111010111100100111100101110100110010001100011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC939; }

 p { color: rgb(235,201,57); }

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

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

 a { background-color: rgb(235,201,57); }

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

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

 span { border-color: rgb(235,201,57); }

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