#EBA532

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

Shades of Yellow Sea #EBA532

Tints of Yellow Sea #EBA532

Color information

#EBA532 (or 0xEBA532) is unknown color: approx Yellow Sea. HEX triplet: EB, A5 and 32. RGB value is (235,165,50). Sum of RGB (Red+Green+Blue) = 235+165+50=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA532 is #145ACD. Grayscale: #ADADAD. Windows color (decimal): -1333966 or 3319275. OLE color: 3319275.

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

Color convert

RGB23516550-
CMYK00.300.790.08
HSL37.3º82.22%55.88%-
HSV(B)37.3º78.72%92.16%-
XYZ48.2944.89.12-
YUV172.8258.69172.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 50 (19.92% from 255) = 11.11%
R=52.22%
G=36.67%
B=11.11%

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
Decimal2351655000.300.790.0837.382.2255.88
HexEBA53201E4F8255238
Octal35324562036117104512270
Binary1110101110100101110010011110100111110001001011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA532; }

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

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

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

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

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

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

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

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