Html Css Color HEX #EEDE74 Sweet Corn

📋 copy color: '#EEDE74'

red 238 ◦ green 222 ◦ blue 116

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

Shades of Sweet Corn #EEDE74

Tints of Sweet Corn #EEDE74

RGB

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

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

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

R = 41.32%
G = 38.54%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEDE74 (or 0xEEDE74) is known color: Sweet Corn. HEX triplet: EE, DE and 74. RGB value is (238,222,116). Sum of RGB (Red+Green+Blue) = 238+222+116=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE74 is #11218B. Grayscale: #D7D7D7. Windows color (decimal): -1122700 or 7659246. OLE color: 7659246.

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

Color convert

RGB 238 222 116 -
CMYK 0 0.07 0.51 0.07
HSL 52.13º 0.78% 0.69% -
HSV(B) 52.13º 0.51% 0.93% -
XYZ 64.53 71.68 26.96 -
YUV 214.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 238 222 116 0 0.07 0.51 0.07 52.13 0.78 0.69
Hex EE DE 74 0 7 33 7 34 4E 45
Octal 356 336 164 0 7 63 7 64 116 105
Binary 11101110 11011110 1110100 0 111 110011 111 110100 1001110 1000101

Color Harmonies of #EEDE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE74

Black with #EEDE74

Text Example


Text Example

White with #EEDE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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