#EE9E34

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

Shades of Yellow Sea #EE9E34

Tints of Yellow Sea #EE9E34

Color information

#EE9E34 (or 0xEE9E34) is unknown color: approx Yellow Sea. HEX triplet: EE, 9E and 34. RGB value is (238,158,52). Sum of RGB (Red+Green+Blue) = 238+158+52=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9E34 is #1161CB. Grayscale: #AAAAAA. Windows color (decimal): -1139148 or 3448558. OLE color: 3448558.

HSL color Cylindrical-coordinate representation of color #EE9E34: hue angle of 34.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE9E34 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23815852-
CMYK00.340.780.07
HSL34.19º84.55%56.86%-
HSV(B)34.19º78.15%93.33%-
XYZ48.1142.888.99-
YUV169.8461.5176.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.12%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 52 (20.70% from 255) = 11.61%
R=53.12%
G=35.27%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381585200.340.780.0734.1984.5556.86
HexEE9E340224E7225539
Octal3562366404211674212571
Binary1110111010011110110100010001010011101111000101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9E34; }

 p { color: rgb(238,158,52); }

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

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

 a { background-color: rgb(238,158,52); }

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

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

 span { border-color: rgb(238,158,52); }

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