#EBCA39

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

Shades of Saffron #EBCA39

Tints of Saffron #EBCA39

Color information

#EBCA39 (or 0xEBCA39) is unknown color: approx Saffron. HEX triplet: EB, CA and 39. RGB value is (235,202,57). Sum of RGB (Red+Green+Blue) = 235+202+57=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCA39 is #1435C6. Grayscale: #C3C3C3. Windows color (decimal): -1324487 or 3787499. OLE color: 3787499.

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

Color convert

RGB23520257-
CMYK00.140.760.08
HSL48.88º81.65%57.25%-
HSV(B)48.88º75.74%92.16%-
XYZ56.1260.212.53-
YUV195.3449.93156.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.57%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 57 (22.66% from 255) = 11.54%
R=47.57%
G=40.89%
B=11.54%

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
Decimal2352025700.140.760.0848.8881.6557.25
HexEBCA390E4C8315239
Octal35331271016114106112271
Binary111010111100101011100101110100110010001100011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA39; }

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

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

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

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

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

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

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

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