Html Css Color HEX #EEDE6D Sweet Corn

📋 copy color: '#EEDE6D'

red 238 ◦ green 222 ◦ blue 109

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

Shades of Sweet Corn #EEDE6D

Tints of Sweet Corn #EEDE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.16%

R = 41.83%
G = 39.02%
B = 19.16%

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

#EEDE6D (or 0xEEDE6D) is known color: Sweet Corn. HEX triplet: EE, DE and 6D. RGB value is (238,222,109). Sum of RGB (Red+Green+Blue) = 238+222+109=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE6D is #112192. Grayscale: #D6D6D6. Windows color (decimal): -1122707 or 7200494. OLE color: 7200494.

HSL color Cylindrical-coordinate representation of color #EEDE6D: hue angle of 52.56º 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 #EEDE6D is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 109 -
CMYK 0 0.07 0.54 0.07
HSL 52.56º 0.79% 0.68% -
HSV(B) 52.56º 0.54% 0.93% -
XYZ 64.14 71.52 24.89 -
YUV 213.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 238 222 109 0 0.07 0.54 0.07 52.56 0.79 0.68
Hex EE DE 6D 0 7 36 7 35 4F 44
Octal 356 336 155 0 7 66 7 65 117 104
Binary 11101110 11011110 1101101 0 111 110110 111 110101 1001111 1000100

Color Harmonies of #EEDE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE6D

Black with #EEDE6D

Text Example


Text Example

White with #EEDE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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