#EBC63A

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

Shades of Saffron #EBC63A

Tints of Saffron #EBC63A

Color information

#EBC63A (or 0xEBC63A) is unknown color: approx Saffron. HEX triplet: EB, C6 and 3A. RGB value is (235,198,58). Sum of RGB (Red+Green+Blue) = 235+198+58=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC63A is #1439C5. Grayscale: #C1C1C1. Windows color (decimal): -1325510 or 3852011. OLE color: 3852011.

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

Color convert

RGB23519858-
CMYK00.160.750.08
HSL47.46º81.57%57.45%-
HSV(B)47.46º75.32%92.16%-
XYZ55.2258.3612.36-
YUV193.151.76157.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 58 (23.05% from 255) = 11.81%
R=47.86%
G=40.33%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351985800.160.750.0847.4681.5757.45
HexEBC63A0104B82f5239
Octal35330672020113105712271
Binary1110101111000110111010010000100101110001011111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC63A; }

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

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

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

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

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

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

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

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