#EBA03F

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

Shades of Yellow Sea #EBA03F

Tints of Yellow Sea #EBA03F

Color information

#EBA03F (or 0xEBA03F) is unknown color: approx Yellow Sea. HEX triplet: EB, A0 and 3F. RGB value is (235,160,63). Sum of RGB (Red+Green+Blue) = 235+160+63=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA03F is #145FC0. Grayscale: #ABABAB. Windows color (decimal): -1335233 or 4169963. OLE color: 4169963.

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

Color convert

RGB23516063-
CMYK00.320.730.08
HSL33.84º81.13%58.43%-
HSV(B)33.84º73.19%92.16%-
XYZ47.7343.1610.52-
YUV171.3766.85173.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 63 (25% from 255) = 13.76%
R=51.31%
G=34.93%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351606300.320.730.0833.8481.1358.43
HexEBA03F02049822513a
Octal35324077040111104212172
Binary11101011101000001111110100000100100110001000101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA03F; }

 p { color: rgb(235,160,63); }

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

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

 a { background-color: rgb(235,160,63); }

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

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

 span { border-color: rgb(235,160,63); }

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