#EEE95A

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

Shades of Corn #EEE95A

Tints of Corn #EEE95A

Color information

#EEE95A (or 0xEEE95A) is unknown color: approx Corn. HEX triplet: EE, E9 and 5A. RGB value is (238,233,90). Sum of RGB (Red+Green+Blue) = 238+233+90=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE95A is #1116A5. Grayscale: #DADADA. Windows color (decimal): -1119910 or 5958126. OLE color: 5958126.

HSL color Cylindrical-coordinate representation of color #EEE95A: hue angle of 57.97º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEE95A is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23823390-
CMYK00.020.620.07
HSL57.97º81.32%64.31%-
HSV(B)57.97º62.18%93.33%-
XYZ66.2477.1921.08-
YUV218.1955.66142.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.42%
GREEN value IS 233 (91.41% from 255) = 41.53%
BLUE value IS 90 (35.55% from 255) = 16.04%
R=42.42%
G=41.53%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382339000.020.620.0757.9781.3264.31
HexEEE95A023E73a5140
Octal3563511320276772121100
Binary1110111011101001101101001011111011111101010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE95A; }

 p { color: rgb(238,233,90); }

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

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

 a { background-color: rgb(238,233,90); }

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

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

 span { border-color: rgb(238,233,90); }

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