#EEE06B

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

Shades of Sweet Corn #EEE06B

Tints of Sweet Corn #EEE06B

Color information

#EEE06B (or 0xEEE06B) is unknown color: approx Sweet Corn. HEX triplet: EE, E0 and 6B. RGB value is (238,224,107). Sum of RGB (Red+Green+Blue) = 238+224+107=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 107 (42.19% from 255 or 18.80% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE06B is #111F94. Grayscale: #D7D7D7. Windows color (decimal): -1122197 or 7069934. OLE color: 7069934.

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

Color convert

RGB238224107-
CMYK00.060.550.07
HSL53.59º79.39%67.65%-
HSV(B)53.59º55.04%93.33%-
XYZ64.5772.5524.51-
YUV214.8567.14144.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 107 (42.19% from 255) = 18.80%
R=41.83%
G=39.37%
B=18.80%

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
Decimal23822410700.060.550.0753.5979.3967.65
HexEEE06B06377364f44
Octal3563401530667766117104
Binary11101110111000001101011011011011111111011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE06B; }

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

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

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

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

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

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

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

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