Html Css Color HEX #EEDC74 Sweet Corn

📋 copy color: '#EEDC74'

red 238 ◦ green 220 ◦ blue 116

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

Shades of Sweet Corn #EEDC74

Tints of Sweet Corn #EEDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.21%

R = 41.46%
G = 38.33%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEDC74 (or 0xEEDC74) is known color: Sweet Corn. HEX triplet: EE, DC and 74. RGB value is (238,220,116). Sum of RGB (Red+Green+Blue) = 238+220+116=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC74 is #11238B. Grayscale: #D5D5D5. Windows color (decimal): -1123212 or 7658734. OLE color: 7658734.

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

Color convert

RGB 238 220 116 -
CMYK 0 0.08 0.51 0.07
HSL 51.15º 0.78% 0.69% -
HSV(B) 51.15º 0.51% 0.93% -
XYZ 64.01 70.62 26.78 -
YUV 213.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 238 220 116 0 0.08 0.51 0.07 51.15 0.78 0.69
Hex EE DC 74 0 8 33 7 33 4E 45
Octal 356 334 164 0 10 63 7 63 116 105
Binary 11101110 11011100 1110100 0 1000 110011 111 110011 1001110 1000101

Color Harmonies of #EEDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC74

Black with #EEDC74

Text Example


Text Example

White with #EEDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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