#EBA434

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

Shades of Yellow Sea #EBA434

Tints of Yellow Sea #EBA434

Color information

#EBA434 (or 0xEBA434) is unknown color: approx Yellow Sea. HEX triplet: EB, A4 and 34. RGB value is (235,164,52). Sum of RGB (Red+Green+Blue) = 235+164+52=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA434 is #145BCB. Grayscale: #ACACAC. Windows color (decimal): -1334220 or 3450091. OLE color: 3450091.

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

Color convert

RGB23516452-
CMYK00.300.780.08
HSL36.72º82.06%56.27%-
HSV(B)36.72º77.87%92.16%-
XYZ48.1644.469.29-
YUV172.4660.02172.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.11%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 52 (20.70% from 255) = 11.53%
R=52.11%
G=36.36%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351645200.300.780.0836.7282.0656.27
HexEBA43401E4E8255238
Octal35324464036116104512270
Binary1110101110100100110100011110100111010001001011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA434; }

 p { color: rgb(235,164,52); }

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

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

 a { background-color: rgb(235,164,52); }

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

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

 span { border-color: rgb(235,164,52); }

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