#EEDF72

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

Shades of Sweet Corn #EEDF72

Tints of Sweet Corn #EEDF72

Color information

#EEDF72 (or 0xEEDF72) is unknown color: approx Sweet Corn. HEX triplet: EE, DF and 72. RGB value is (238,223,114). Sum of RGB (Red+Green+Blue) = 238+223+114=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF72 is #11208D. Grayscale: #D7D7D7. Windows color (decimal): -1122446 or 7528430. OLE color: 7528430.

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

Color convert

RGB238223114-
CMYK00.060.520.07
HSL52.74º78.48%69.02%-
HSV(B)52.74º52.1%93.33%-
XYZ64.6872.1726.44-
YUV215.0670.97144.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 114 (44.92% from 255) = 19.83%
R=41.39%
G=38.78%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822311400.060.520.0752.7478.4869.02
HexEEDF7206347354e45
Octal3563371620664765116105
Binary11101110110111111110010011011010011111010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDF72; }

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

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

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

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

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

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

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

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