#EB9931

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

Shades of Yellow Sea #EB9931

Tints of Yellow Sea #EB9931

Color information

#EB9931 (or 0xEB9931) is unknown color: approx Yellow Sea. HEX triplet: EB, 99 and 31. RGB value is (235,153,49). Sum of RGB (Red+Green+Blue) = 235+153+49=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9931 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9931 is #1466CE. Grayscale: #A6A6A6. Windows color (decimal): -1337039 or 3250667. OLE color: 3250667.

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

Color convert

RGB23515349-
CMYK00.350.790.08
HSL33.55º82.3%55.69%-
HSV(B)33.55º79.15%92.16%-
XYZ46.2140.678.32-
YUV165.6662.17177.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.78%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 49 (19.53% from 255) = 11.21%
R=53.78%
G=35.01%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351534900.350.790.0833.5582.355.69
HexEB99310234F8225238
Octal35323161043117104212270
Binary11101011100110011100010100011100111110001000101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9931; }

 p { color: rgb(235,153,49); }

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

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

 a { background-color: rgb(235,153,49); }

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

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

 span { border-color: rgb(235,153,49); }

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