#EEDF67

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

Shades of Sweet Corn #EEDF67

Tints of Sweet Corn #EEDF67

Color information

#EEDF67 (or 0xEEDF67) is unknown color: approx Sweet Corn. HEX triplet: EE, DF and 67. RGB value is (238,223,103). Sum of RGB (Red+Green+Blue) = 238+223+103=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 103 (40.62% from 255 or 18.26% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF67 is #112098. Grayscale: #D6D6D6. Windows color (decimal): -1122457 or 6807534. OLE color: 6807534.

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

Color convert

RGB238223103-
CMYK00.060.570.07
HSL53.33º79.88%66.86%-
HSV(B)53.33º56.72%93.33%-
XYZ64.171.9323.34-
YUV213.865.47145.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 223 (87.5% from 255) = 39.54%
BLUE value IS 103 (40.62% from 255) = 18.26%
R=42.20%
G=39.54%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822310300.060.570.0753.3379.8866.86
HexEEDF6706397355043
Octal3563371470671765120103
Binary11101110110111111100111011011100111111010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDF67; }

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

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

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

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

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

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

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

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