#EEDF76

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

Shades of Sweet Corn #EEDF76

Tints of Sweet Corn #EEDF76

Color information

#EEDF76 (or 0xEEDF76) is unknown color: approx Sweet Corn. HEX triplet: EE, DF and 76. RGB value is (238,223,118). Sum of RGB (Red+Green+Blue) = 238+223+118=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF76 is #112089. Grayscale: #D7D7D7. Windows color (decimal): -1122442 or 7790574. OLE color: 7790574.

HSL color Cylindrical-coordinate representation of color #EEDF76: hue angle of 52.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEDF76 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238223118-
CMYK00.060.500.07
HSL52.5º77.92%69.8%-
HSV(B)52.5º50.42%93.33%-
XYZ64.9272.2627.67-
YUV215.5272.97144.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.11%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 118 (46.48% from 255) = 20.38%
R=41.11%
G=38.51%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822311800.060.500.0752.577.9269.8
HexEEDF7606327344e46
Octal3563371660662764116106
Binary11101110110111111110110011011001011111010010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDF76; }

 p { color: rgb(238,223,118); }

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

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

 a { background-color: rgb(238,223,118); }

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

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

 span { border-color: rgb(238,223,118); }

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