Html Css Color HEX #EEDE6E Sweet Corn

📋 copy color: '#EEDE6E'

red 238 ◦ green 222 ◦ blue 110

#EEDE6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Corn #EEDE6E

Tints of Sweet Corn #EEDE6E

RGB

 RED value IS 238 (93.36% from 255) = 41.75%

 GREEN value IS 222 (87.11% from 255) = 38.95%

 BLUE value IS 110 (43.36% from 255) = 19.3%

R = 41.75%
G = 38.95%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EEDE6E (or 0xEEDE6E) is known color: Sweet Corn. HEX triplet: EE, DE and 6E. RGB value is (238,222,110). Sum of RGB (Red+Green+Blue) = 238+222+110=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE6E is #112191. Grayscale: #D6D6D6. Windows color (decimal): -1122706 or 7266030. OLE color: 7266030.

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

Color convert

RGB 238 222 110 -
CMYK 0 0.07 0.54 0.07
HSL 52.5º 0.79% 0.68% -
HSV(B) 52.5º 0.54% 0.93% -
XYZ 64.2 71.55 25.18 -
YUV 214.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 238 222 110 0 0.07 0.54 0.07 52.5 0.79 0.68
Hex EE DE 6E 0 7 36 7 34 4F 44
Octal 356 336 156 0 7 66 7 64 117 104
Binary 11101110 11011110 1101110 0 111 110110 111 110100 1001111 1000100

Color Harmonies of #EEDE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE6E

Black with #EEDE6E

Text Example


Text Example

White with #EEDE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE6E; }

 p { color: rgb(238,222,110); }

 H1.HeaderClassName
 {
   color: #EEDE6E;
 }
 .AnyTagClassName
 {
   color: #EEDE6E;
 }
</style>

background-color css

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

 a { background-color: rgb(238,222,110); }

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

border-color css

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

 span { border-color: rgb(238,222,110); }

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