#EEA241

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

Shades of Yellow Sea #EEA241

Tints of Yellow Sea #EEA241

Color information

#EEA241 (or 0xEEA241) is unknown color: approx Yellow Sea. HEX triplet: EE, A2 and 41. RGB value is (238,162,65). Sum of RGB (Red+Green+Blue) = 238+162+65=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA241 is #115DBE. Grayscale: #AEAEAE. Windows color (decimal): -1138111 or 4301550. OLE color: 4301550.

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

Color convert

RGB23816265-
CMYK00.320.730.07
HSL33.64º83.57%59.41%-
HSV(B)33.64º72.69%93.33%-
XYZ49.1344.410.98-
YUV173.6766.68173.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 65 (25.78% from 255) = 13.98%
R=51.18%
G=34.84%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381626500.320.730.0733.6483.5759.41
HexEEA24102049722543b
Octal35624210104011174212473
Binary11101110101000101000001010000010010011111000101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA241; }

 p { color: rgb(238,162,65); }

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

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

 a { background-color: rgb(238,162,65); }

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

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

 span { border-color: rgb(238,162,65); }

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