#EEE06A

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

Shades of Sweet Corn #EEE06A

Tints of Sweet Corn #EEE06A

Color information

#EEE06A (or 0xEEE06A) is unknown color: approx Sweet Corn. HEX triplet: EE, E0 and 6A. RGB value is (238,224,106). Sum of RGB (Red+Green+Blue) = 238+224+106=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE06A is #111F95. Grayscale: #D7D7D7. Windows color (decimal): -1122198 or 7004398. OLE color: 7004398.

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

Color convert

RGB238224106-
CMYK00.060.550.07
HSL53.64º79.52%67.45%-
HSV(B)53.64º55.46%93.33%-
XYZ64.5272.5324.23-
YUV214.7366.64144.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.90%
GREEN value IS 224 (87.89% from 255) = 39.44%
BLUE value IS 106 (41.80% from 255) = 18.66%
R=41.90%
G=39.44%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822410600.060.550.0753.6479.5267.45
HexEEE06A06377365043
Octal3563401520667766120103
Binary11101110111000001101010011011011111111011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE06A; }

 p { color: rgb(238,224,106); }

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

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

 a { background-color: rgb(238,224,106); }

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

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

 span { border-color: rgb(238,224,106); }

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