Html Css Color HEX #EEDC7F Flax

📋 copy color: '#EEDC7F'

red 238 ◦ green 220 ◦ blue 127

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

Shades of Flax #EEDC7F

Tints of Flax #EEDC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.71%

R = 40.68%
G = 37.61%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEDC7F (or 0xEEDC7F) is known color: Flax. HEX triplet: EE, DC and 7F. RGB value is (238,220,127). Sum of RGB (Red+Green+Blue) = 238+220+127=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC7F is #112380. Grayscale: #D7D7D7. Windows color (decimal): -1123201 or 8379630. OLE color: 8379630.

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

Color convert

RGB 238 220 127 -
CMYK 0 0.08 0.47 0.07
HSL 50.27º 0.77% 0.72% -
HSV(B) 50.27º 0.47% 0.93% -
XYZ 64.68 70.9 30.35 -
YUV 214.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 238 220 127 0 0.08 0.47 0.07 50.27 0.77 0.72
Hex EE DC 7F 0 8 2F 7 32 4D 48
Octal 356 334 177 0 10 57 7 62 115 110
Binary 11101110 11011100 1111111 0 1000 101111 111 110010 1001101 1001000

Color Harmonies of #EEDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC7F

Black with #EEDC7F

Text Example


Text Example

White with #EEDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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