Html Css Color HEX #EEDC8D Flax

📋 copy color: '#EEDC8D'

red 238 ◦ green 220 ◦ blue 141

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

Shades of Flax #EEDC8D

Tints of Flax #EEDC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.73%

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

R = 39.73%
G = 36.73%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEDC8D (or 0xEEDC8D) is known color: Flax. HEX triplet: EE, DC and 8D. RGB value is (238,220,141). Sum of RGB (Red+Green+Blue) = 238+220+141=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC8D is #112372. Grayscale: #D8D8D8. Windows color (decimal): -1123187 or 9297134. OLE color: 9297134.

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

Color convert

RGB 238 220 141 -
CMYK 0 0.08 0.41 0.07
HSL 48.87º 0.74% 0.74% -
HSV(B) 48.87º 0.41% 0.93% -
XYZ 65.66 71.29 35.5 -
YUV 216.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 238 220 141 0 0.08 0.41 0.07 48.87 0.74 0.74
Hex EE DC 8D 0 8 29 7 31 4A 4A
Octal 356 334 215 0 10 51 7 61 112 112
Binary 11101110 11011100 10001101 0 1000 101001 111 110001 1001010 1001010

Color Harmonies of #EEDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC8D

Black with #EEDC8D

Text Example


Text Example

White with #EEDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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