#EBC83A

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

Shades of Saffron #EBC83A

Tints of Saffron #EBC83A

Color information

#EBC83A (or 0xEBC83A) is unknown color: approx Saffron. HEX triplet: EB, C8 and 3A. RGB value is (235,200,58). Sum of RGB (Red+Green+Blue) = 235+200+58=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC83A is #1437C5. Grayscale: #C2C2C2. Windows color (decimal): -1324998 or 3852523. OLE color: 3852523.

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

Color convert

RGB23520058-
CMYK00.150.750.08
HSL48.14º81.57%57.45%-
HSV(B)48.14º75.32%92.16%-
XYZ55.6859.2812.51-
YUV194.2851.1157.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 58 (23.05% from 255) = 11.76%
R=47.67%
G=40.57%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352005800.150.750.0848.1481.5757.45
HexEBC83A0F4B8305239
Octal35331072017113106012271
Binary111010111100100011101001111100101110001100001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC83A; }

 p { color: rgb(235,200,58); }

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

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

 a { background-color: rgb(235,200,58); }

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

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

 span { border-color: rgb(235,200,58); }

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