Html Css Color HEX #EEDE6B Sweet Corn

📋 copy color: '#EEDE6B'

red 238 ◦ green 222 ◦ blue 107

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

Shades of Sweet Corn #EEDE6B

Tints of Sweet Corn #EEDE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.87%

R = 41.98%
G = 39.15%
B = 18.87%

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

#EEDE6B (or 0xEEDE6B) is known color: Sweet Corn. HEX triplet: EE, DE and 6B. RGB value is (238,222,107). Sum of RGB (Red+Green+Blue) = 238+222+107=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 107 (42.19% from 255 or 18.87% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE6B is #112194. Grayscale: #D6D6D6. Windows color (decimal): -1122709 or 7069422. OLE color: 7069422.

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

Color convert

RGB 238 222 107 -
CMYK 0 0.07 0.55 0.07
HSL 52.67º 0.79% 0.68% -
HSV(B) 52.67º 0.55% 0.93% -
XYZ 64.04 71.48 24.33 -
YUV 213.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 238 222 107 0 0.07 0.55 0.07 52.67 0.79 0.68
Hex EE DE 6B 0 7 37 7 35 4F 44
Octal 356 336 153 0 7 67 7 65 117 104
Binary 11101110 11011110 1101011 0 111 110111 111 110101 1001111 1000100

Color Harmonies of #EEDE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE6B

Black with #EEDE6B

Text Example


Text Example

White with #EEDE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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