Html Css Color HEX #EEDE6A Sweet Corn

📋 copy color: '#EEDE6A'

red 238 ◦ green 222 ◦ blue 106

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

Shades of Sweet Corn #EEDE6A

Tints of Sweet Corn #EEDE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.73%

R = 42.05%
G = 39.22%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEDE6A (or 0xEEDE6A) is known color: Sweet Corn. HEX triplet: EE, DE and 6A. RGB value is (238,222,106). Sum of RGB (Red+Green+Blue) = 238+222+106=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE6A is #112195. Grayscale: #D6D6D6. Windows color (decimal): -1122710 or 7003886. OLE color: 7003886.

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

Color convert

RGB 238 222 106 -
CMYK 0 0.07 0.55 0.07
HSL 52.73º 0.8% 0.67% -
HSV(B) 52.73º 0.55% 0.93% -
XYZ 63.98 71.46 24.06 -
YUV 213.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 238 222 106 0 0.07 0.55 0.07 52.73 0.8 0.67
Hex EE DE 6A 0 7 37 7 35 50 43
Octal 356 336 152 0 7 67 7 65 120 103
Binary 11101110 11011110 1101010 0 111 110111 111 110101 1010000 1000011

Color Harmonies of #EEDE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE6A

Black with #EEDE6A

Text Example


Text Example

White with #EEDE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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