#EBA13F

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

Shades of Yellow Sea #EBA13F

Tints of Yellow Sea #EBA13F

Color information

#EBA13F (or 0xEBA13F) is unknown color: approx Yellow Sea. HEX triplet: EB, A1 and 3F. RGB value is (235,161,63). Sum of RGB (Red+Green+Blue) = 235+161+63=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA13F is #145EC0. Grayscale: #ACACAC. Windows color (decimal): -1334977 or 4170219. OLE color: 4170219.

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

Color convert

RGB23516163-
CMYK00.310.730.08
HSL34.19º81.13%58.43%-
HSV(B)34.19º73.19%92.16%-
XYZ47.943.5110.58-
YUV171.9566.52172.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 63 (25% from 255) = 13.73%
R=51.20%
G=35.08%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351616300.310.730.0834.1981.1358.43
HexEBA13F01F49822513a
Octal35324177037111104212172
Binary1110101110100001111111011111100100110001000101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA13F; }

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

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

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

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

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

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

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

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