Html Css Color HEX #EEDD6B Sweet Corn

📋 copy color: '#EEDD6B'

red 238 ◦ green 221 ◦ blue 107

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

Shades of Sweet Corn #EEDD6B

Tints of Sweet Corn #EEDD6B

RGB

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

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

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

R = 42.05%
G = 39.05%
B = 18.9%

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

#EEDD6B (or 0xEEDD6B) is known color: Sweet Corn. HEX triplet: EE, DD and 6B. RGB value is (238,221,107). Sum of RGB (Red+Green+Blue) = 238+221+107=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD6B is #112294. Grayscale: #D5D5D5. Windows color (decimal): -1122965 or 7069166. OLE color: 7069166.

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

Color convert

RGB 238 221 107 -
CMYK 0 0.07 0.55 0.07
HSL 52.21º 0.79% 0.68% -
HSV(B) 52.21º 0.55% 0.93% -
XYZ 63.77 70.95 24.24 -
YUV 213.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 238 221 107 0 0.07 0.55 0.07 52.21 0.79 0.68
Hex EE DD 6B 0 7 37 7 34 4F 44
Octal 356 335 153 0 7 67 7 64 117 104
Binary 11101110 11011101 1101011 0 111 110111 111 110100 1001111 1000100

Color Harmonies of #EEDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD6B

Black with #EEDD6B

Text Example


Text Example

White with #EEDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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