Html Css Color HEX #EED879 Flax

📋 copy color: '#EED879'

red 238 ◦ green 216 ◦ blue 121

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

Shades of Flax #EED879

Tints of Flax #EED879

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.57%

 BLUE value IS 121 (47.66% from 255) = 21.04%

R = 41.39%
G = 37.57%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EED879 (or 0xEED879) is known color: Flax. HEX triplet: EE, D8 and 79. RGB value is (238,216,121). Sum of RGB (Red+Green+Blue) = 238+216+121=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED879 is #112786. Grayscale: #D4D4D4. Windows color (decimal): -1124231 or 7985390. OLE color: 7985390.

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

Color convert

RGB 238 216 121 -
CMYK 0 0.09 0.49 0.07
HSL 48.72º 0.77% 0.7% -
HSV(B) 48.72º 0.49% 0.93% -
XYZ 63.27 68.67 28.01 -
YUV 211.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 238 216 121 0 0.09 0.49 0.07 48.72 0.77 0.7
Hex EE D8 79 0 9 31 7 31 4D 46
Octal 356 330 171 0 11 61 7 61 115 106
Binary 11101110 11011000 1111001 0 1001 110001 111 110001 1001101 1000110

Color Harmonies of #EED879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED879

Black with #EED879

Text Example


Text Example

White with #EED879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED879; }

 p { color: rgb(238,216,121); }

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

background-color css

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

 a { background-color: rgb(238,216,121); }

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

border-color css

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

 span { border-color: rgb(238,216,121); }

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