#EBA432

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

Shades of Yellow Sea #EBA432

Tints of Yellow Sea #EBA432

Color information

#EBA432 (or 0xEBA432) is unknown color: approx Yellow Sea. HEX triplet: EB, A4 and 32. RGB value is (235,164,50). Sum of RGB (Red+Green+Blue) = 235+164+50=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA432 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA432 is #145BCD. Grayscale: #ACACAC. Windows color (decimal): -1334222 or 3319019. OLE color: 3319019.

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

Color convert

RGB23516450-
CMYK00.300.790.08
HSL36.97º82.22%55.88%-
HSV(B)36.97º78.72%92.16%-
XYZ48.1144.449.06-
YUV172.2359.02172.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 50 (19.92% from 255) = 11.14%
R=52.34%
G=36.53%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351645000.300.790.0836.9782.2255.88
HexEBA43201E4F8255238
Octal35324462036117104512270
Binary1110101110100100110010011110100111110001001011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA432; }

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

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

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

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

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

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

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

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