#EBC03E

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

Shades of Saffron #EBC03E

Tints of Saffron #EBC03E

Color information

#EBC03E (or 0xEBC03E) is unknown color: approx Saffron. HEX triplet: EB, C0 and 3E. RGB value is (235,192,62). Sum of RGB (Red+Green+Blue) = 235+192+62=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC03E is #143FC1. Grayscale: #BEBEBE. Windows color (decimal): -1327042 or 4112619. OLE color: 4112619.

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

Color convert

RGB23519262-
CMYK00.180.740.08
HSL45.09º81.22%58.24%-
HSV(B)45.09º73.62%92.16%-
XYZ53.9855.7112.47-
YUV190.0455.75160.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 62 (24.61% from 255) = 12.68%
R=48.06%
G=39.26%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351926200.180.740.0845.0981.2258.24
HexEBC03E0124A82d513a
Octal35330076022112105512172
Binary1110101111000000111110010010100101010001011011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC03E; }

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

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

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

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

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

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

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

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