Html Css Color HEX #EEDD75 Sweet Corn

📋 copy color: '#EEDD75'

red 238 ◦ green 221 ◦ blue 117

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

Shades of Sweet Corn #EEDD75

Tints of Sweet Corn #EEDD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.31%

R = 41.32%
G = 38.37%
B = 20.31%

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

#EEDD75 (or 0xEEDD75) is known color: Sweet Corn. HEX triplet: EE, DD and 75. RGB value is (238,221,117). Sum of RGB (Red+Green+Blue) = 238+221+117=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD75 is #11228A. Grayscale: #D6D6D6. Windows color (decimal): -1122955 or 7724526. OLE color: 7724526.

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

Color convert

RGB 238 221 117 -
CMYK 0 0.07 0.51 0.07
HSL 51.57º 0.78% 0.7% -
HSV(B) 51.57º 0.51% 0.93% -
XYZ 64.33 71.17 27.18 -
YUV 214.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 238 221 117 0 0.07 0.51 0.07 51.57 0.78 0.7
Hex EE DD 75 0 7 33 7 34 4E 46
Octal 356 335 165 0 7 63 7 64 116 106
Binary 11101110 11011101 1110101 0 111 110011 111 110100 1001110 1000110

Color Harmonies of #EEDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD75

Black with #EEDD75

Text Example


Text Example

White with #EEDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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