Html Css Color HEX #EEDD6C Sweet Corn

📋 copy color: '#EEDD6C'

red 238 ◦ green 221 ◦ blue 108

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

Shades of Sweet Corn #EEDD6C

Tints of Sweet Corn #EEDD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.05%

R = 41.98%
G = 38.98%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEDD6C (or 0xEEDD6C) is known color: Sweet Corn. HEX triplet: EE, DD and 6C. RGB value is (238,221,108). Sum of RGB (Red+Green+Blue) = 238+221+108=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD6C is #112293. Grayscale: #D5D5D5. Windows color (decimal): -1122964 or 7134702. OLE color: 7134702.

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

Color convert

RGB 238 221 108 -
CMYK 0 0.07 0.55 0.07
HSL 52.15º 0.79% 0.68% -
HSV(B) 52.15º 0.55% 0.93% -
XYZ 63.82 70.97 24.52 -
YUV 213.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 238 221 108 0 0.07 0.55 0.07 52.15 0.79 0.68
Hex EE DD 6C 0 7 37 7 34 4F 44
Octal 356 335 154 0 7 67 7 64 117 104
Binary 11101110 11011101 1101100 0 111 110111 111 110100 1001111 1000100

Color Harmonies of #EEDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD6C

Black with #EEDD6C

Text Example


Text Example

White with #EEDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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