#EE9E3D

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

Shades of Yellow Sea #EE9E3D

Tints of Yellow Sea #EE9E3D

Color information

#EE9E3D (or 0xEE9E3D) is unknown color: approx Yellow Sea. HEX triplet: EE, 9E and 3D. RGB value is (238,158,61). Sum of RGB (Red+Green+Blue) = 238+158+61=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9E3D is #1161C2. Grayscale: #ABABAB. Windows color (decimal): -1139139 or 4038382. OLE color: 4038382.

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

Color convert

RGB23815861-
CMYK00.340.740.07
HSL32.88º83.89%58.63%-
HSV(B)32.88º74.37%93.33%-
XYZ48.3342.9710.16-
YUV170.8666175.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.08%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 61 (24.22% from 255) = 13.35%
R=52.08%
G=34.57%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381586100.340.740.0732.8883.8958.63
HexEE9E3D0224A721543b
Octal3562367504211274112473
Binary1110111010011110111101010001010010101111000011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9E3D; }

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

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

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

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

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

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

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

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