#EE982C

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

Shades of Yellow Sea #EE982C

Tints of Yellow Sea #EE982C

Color information

#EE982C (or 0xEE982C) is unknown color: approx Yellow Sea. HEX triplet: EE, 98 and 2C. RGB value is (238,152,44). Sum of RGB (Red+Green+Blue) = 238+152+44=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE982C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE982C is #1167D3. Grayscale: #A5A5A5. Windows color (decimal): -1140692 or 2922734. OLE color: 2922734.

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

Color convert

RGB23815244-
CMYK00.360.820.07
HSL33.4º85.09%55.29%-
HSV(B)33.4º81.51%93.33%-
XYZ46.9440.827.79-
YUV165.459.49179.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.84%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 44 (17.58% from 255) = 10.14%
R=54.84%
G=35.02%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381524400.360.820.0733.485.0955.29
HexEE982C024527215537
Octal3562305404412274112567
Binary1110111010011000101100010010010100101111000011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE982C; }

 p { color: rgb(238,152,44); }

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

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

 a { background-color: rgb(238,152,44); }

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

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

 span { border-color: rgb(238,152,44); }

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