#EBBF3E

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

Shades of Saffron #EBBF3E

Tints of Saffron #EBBF3E

Color information

#EBBF3E (or 0xEBBF3E) is unknown color: approx Saffron. HEX triplet: EB, BF and 3E. RGB value is (235,191,62). Sum of RGB (Red+Green+Blue) = 235+191+62=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBF3E is #1440C1. Grayscale: #BEBEBE. Windows color (decimal): -1327298 or 4112363. OLE color: 4112363.

HSL color Cylindrical-coordinate representation of color #EBBF3E: hue angle of 44.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBBF3E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23519162-
CMYK00.190.740.08
HSL44.74º81.22%58.24%-
HSV(B)44.74º73.62%92.16%-
XYZ53.7655.2712.39-
YUV189.4556.08160.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.16%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 62 (24.61% from 255) = 12.70%
R=48.16%
G=39.14%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351916200.190.740.0844.7481.2258.24
HexEBBF3E0134A82d513a
Octal35327776023112105512172
Binary1110101110111111111110010011100101010001011011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBF3E; }

 p { color: rgb(235,191,62); }

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

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

 a { background-color: rgb(235,191,62); }

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

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

 span { border-color: rgb(235,191,62); }

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