Html Css Color HEX #EEDD8D Flax

📋 copy color: '#EEDD8D'

red 238 ◦ green 221 ◦ blue 141

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

Shades of Flax #EEDD8D

Tints of Flax #EEDD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.5%

R = 39.67%
G = 36.83%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEDD8D (or 0xEEDD8D) is known color: Flax. HEX triplet: EE, DD and 8D. RGB value is (238,221,141). Sum of RGB (Red+Green+Blue) = 238+221+141=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD8D is #112272. Grayscale: #D9D9D9. Windows color (decimal): -1122931 or 9297390. OLE color: 9297390.

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

Color convert

RGB 238 221 141 -
CMYK 0 0.07 0.41 0.07
HSL 49.48º 0.74% 0.74% -
HSV(B) 49.48º 0.41% 0.93% -
XYZ 65.92 71.81 35.59 -
YUV 216.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 238 221 141 0 0.07 0.41 0.07 49.48 0.74 0.74
Hex EE DD 8D 0 7 29 7 31 4A 4A
Octal 356 335 215 0 7 51 7 61 112 112
Binary 11101110 11011101 10001101 0 111 101001 111 110001 1001010 1001010

Color Harmonies of #EEDD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD8D

Black with #EEDD8D

Text Example


Text Example

White with #EEDD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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