Html Css Color HEX #EEDD6D Sweet Corn

📋 copy color: '#EEDD6D'

red 238 ◦ green 221 ◦ blue 109

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

Shades of Sweet Corn #EEDD6D

Tints of Sweet Corn #EEDD6D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.91%

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

R = 41.9%
G = 38.91%
B = 19.19%

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

#EEDD6D (or 0xEEDD6D) is known color: Sweet Corn. HEX triplet: EE, DD and 6D. RGB value is (238,221,109). Sum of RGB (Red+Green+Blue) = 238+221+109=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD6D is #112292. Grayscale: #D5D5D5. Windows color (decimal): -1122963 or 7200238. OLE color: 7200238.

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

Color convert

RGB 238 221 109 -
CMYK 0 0.07 0.54 0.07
HSL 52.09º 0.79% 0.68% -
HSV(B) 52.09º 0.54% 0.93% -
XYZ 63.88 70.99 24.8 -
YUV 213.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 238 221 109 0 0.07 0.54 0.07 52.09 0.79 0.68
Hex EE DD 6D 0 7 36 7 34 4F 44
Octal 356 335 155 0 7 66 7 64 117 104
Binary 11101110 11011101 1101101 0 111 110110 111 110100 1001111 1000100

Color Harmonies of #EEDD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD6D

Black with #EEDD6D

Text Example


Text Example

White with #EEDD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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