Html Css Color HEX #EEDC70 Sweet Corn

📋 copy color: '#EEDC70'

red 238 ◦ green 220 ◦ blue 112

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

Shades of Sweet Corn #EEDC70

Tints of Sweet Corn #EEDC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.6%

 BLUE value IS 112 (44.14% from 255) = 19.65%

R = 41.75%
G = 38.6%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEDC70 (or 0xEEDC70) is known color: Sweet Corn. HEX triplet: EE, DC and 70. RGB value is (238,220,112). Sum of RGB (Red+Green+Blue) = 238+220+112=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC70 is #11238F. Grayscale: #D5D5D5. Windows color (decimal): -1123216 or 7396590. OLE color: 7396590.

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

Color convert

RGB 238 220 112 -
CMYK 0 0.08 0.53 0.07
HSL 51.43º 0.79% 0.69% -
HSV(B) 51.43º 0.53% 0.93% -
XYZ 63.78 70.53 25.58 -
YUV 213.07 70.96 145.78 -
System Red Green Blue C M Y K H S L
Decimal 238 220 112 0 0.08 0.53 0.07 51.43 0.79 0.69
Hex EE DC 70 0 8 35 7 33 4F 45
Octal 356 334 160 0 10 65 7 63 117 105
Binary 11101110 11011100 1110000 0 1000 110101 111 110011 1001111 1000101

Color Harmonies of #EEDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC70

Black with #EEDC70

Text Example


Text Example

White with #EEDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC70; }

 p { color: rgb(238,220,112); }

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

background-color css

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

 a { background-color: rgb(238,220,112); }

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

border-color css

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

 span { border-color: rgb(238,220,112); }

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