#EBC23B

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

Shades of Saffron #EBC23B

Tints of Saffron #EBC23B

Color information

#EBC23B (or 0xEBC23B) is unknown color: approx Saffron. HEX triplet: EB, C2 and 3B. RGB value is (235,194,59). Sum of RGB (Red+Green+Blue) = 235+194+59=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 59 (23.44% from 255 or 12.09% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC23B is #143DC4. Grayscale: #BFBFBF. Windows color (decimal): -1326533 or 3916523. OLE color: 3916523.

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

Color convert

RGB23519459-
CMYK00.170.750.08
HSL46.02º81.48%57.65%-
HSV(B)46.02º74.89%92.16%-
XYZ54.3456.5612.19-
YUV190.8753.58159.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.16%
GREEN value IS 194 (76.17% from 255) = 39.75%
BLUE value IS 59 (23.44% from 255) = 12.09%
R=48.16%
G=39.75%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351945900.170.750.0846.0281.4857.65
HexEBC23B0114B82e513a
Octal35330273021113105612172
Binary1110101111000010111011010001100101110001011101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC23B; }

 p { color: rgb(235,194,59); }

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

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

 a { background-color: rgb(235,194,59); }

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

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

 span { border-color: rgb(235,194,59); }

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