Html Css Color HEX #EEDE72 Sweet Corn

📋 copy color: '#EEDE72'

red 238 ◦ green 222 ◦ blue 114

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

Shades of Sweet Corn #EEDE72

Tints of Sweet Corn #EEDE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.86%

R = 41.46%
G = 38.68%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEDE72 (or 0xEEDE72) is known color: Sweet Corn. HEX triplet: EE, DE and 72. RGB value is (238,222,114). Sum of RGB (Red+Green+Blue) = 238+222+114=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE72 is #11218D. Grayscale: #D6D6D6. Windows color (decimal): -1122702 or 7528174. OLE color: 7528174.

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

Color convert

RGB 238 222 114 -
CMYK 0 0.07 0.52 0.07
HSL 52.26º 0.78% 0.69% -
HSV(B) 52.26º 0.52% 0.93% -
XYZ 64.42 71.63 26.35 -
YUV 214.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 238 222 114 0 0.07 0.52 0.07 52.26 0.78 0.69
Hex EE DE 72 0 7 34 7 34 4E 45
Octal 356 336 162 0 7 64 7 64 116 105
Binary 11101110 11011110 1110010 0 111 110100 111 110100 1001110 1000101

Color Harmonies of #EEDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE72

Black with #EEDE72

Text Example


Text Example

White with #EEDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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