#EEA133

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

Shades of Yellow Sea #EEA133

Tints of Yellow Sea #EEA133

Color information

#EEA133 (or 0xEEA133) is unknown color: approx Yellow Sea. HEX triplet: EE, A1 and 33. RGB value is (238,161,51). Sum of RGB (Red+Green+Blue) = 238+161+51=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA133 is #115ECC. Grayscale: #ACACAC. Windows color (decimal): -1138381 or 3383790. OLE color: 3383790.

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

Color convert

RGB23816151-
CMYK00.320.790.07
HSL35.29º84.62%56.67%-
HSV(B)35.29º78.57%93.33%-
XYZ48.643.919.05-
YUV171.4860.01175.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.89%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 51 (20.31% from 255) = 11.33%
R=52.89%
G=35.78%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381615100.320.790.0735.2984.6256.67
HexEEA1330204F7235539
Octal3562416304011774312571
Binary1110111010100001110011010000010011111111000111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA133; }

 p { color: rgb(238,161,51); }

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

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

 a { background-color: rgb(238,161,51); }

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

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

 span { border-color: rgb(238,161,51); }

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