#EB9B31

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

Shades of Yellow Sea #EB9B31

Tints of Yellow Sea #EB9B31

Color information

#EB9B31 (or 0xEB9B31) is unknown color: approx Yellow Sea. HEX triplet: EB, 9B and 31. RGB value is (235,155,49). Sum of RGB (Red+Green+Blue) = 235+155+49=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9B31 is #1464CE. Grayscale: #A7A7A7. Windows color (decimal): -1336527 or 3251179. OLE color: 3251179.

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

Color convert

RGB23515549-
CMYK00.340.790.08
HSL34.19º82.3%55.69%-
HSV(B)34.19º79.15%92.16%-
XYZ46.5441.338.43-
YUV166.8461.5176.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.53%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 49 (19.53% from 255) = 11.16%
R=53.53%
G=35.31%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351554900.340.790.0834.1982.355.69
HexEB9B310224F8225238
Octal35323361042117104212270
Binary11101011100110111100010100010100111110001000101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9B31; }

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

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

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

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

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

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

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

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