#EE9D3A

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

Shades of Yellow Sea #EE9D3A

Tints of Yellow Sea #EE9D3A

Color information

#EE9D3A (or 0xEE9D3A) is unknown color: approx Yellow Sea. HEX triplet: EE, 9D and 3A. RGB value is (238,157,58). Sum of RGB (Red+Green+Blue) = 238+157+58=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9D3A is #1162C5. Grayscale: #AAAAAA. Windows color (decimal): -1139398 or 3841518. OLE color: 3841518.

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

Color convert

RGB23815758-
CMYK00.340.760.07
HSL33º84.11%58.04%-
HSV(B)33º75.63%93.33%-
XYZ48.0842.69.69-
YUV169.9364.84176.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.54%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 58 (23.05% from 255) = 12.80%
R=52.54%
G=34.66%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381575800.340.760.073384.1158.04
HexEE9D3A0224C721543a
Octal3562357204211474112472
Binary1110111010011101111010010001010011001111000011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9D3A; }

 p { color: rgb(238,157,58); }

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

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

 a { background-color: rgb(238,157,58); }

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

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

 span { border-color: rgb(238,157,58); }

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