#EBC139

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

Shades of Saffron #EBC139

Tints of Saffron #EBC139

Color information

#EBC139 (or 0xEBC139) is unknown color: approx Saffron. HEX triplet: EB, C1 and 39. RGB value is (235,193,57). Sum of RGB (Red+Green+Blue) = 235+193+57=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 57 (22.66% from 255 or 11.75% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC139 is #143EC6. Grayscale: #BEBEBE. Windows color (decimal): -1326791 or 3785195. OLE color: 3785195.

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

Color convert

RGB23519357-
CMYK00.180.760.08
HSL45.84º81.65%57.25%-
HSV(B)45.84º75.74%92.16%-
XYZ54.0756.111.85-
YUV190.0552.91160.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 57 (22.66% from 255) = 11.75%
R=48.45%
G=39.79%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351935700.180.760.0845.8481.6557.25
HexEBC1390124C82e5239
Octal35330171022114105612271
Binary1110101111000001111001010010100110010001011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC139; }

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

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

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

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

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

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

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

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