Html Css Color HEX #EDD879 Flax

📋 copy color: '#EDD879'

red 237 ◦ green 216 ◦ blue 121

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

Shades of Flax #EDD879

Tints of Flax #EDD879

RGB

 RED value IS 237 (92.97% from 255) = 41.29%

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

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

R = 41.29%
G = 37.63%
B = 21.08%

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

#EDD879 (or 0xEDD879) is known color: Flax. HEX triplet: ED, D8 and 79. RGB value is (237,216,121). Sum of RGB (Red+Green+Blue) = 237+216+121=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 121 (47.66% from 255 or 21.08% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD879 is #122786. Grayscale: #D3D3D3. Windows color (decimal): -1189767 or 7985389. OLE color: 7985389.

HSL color Cylindrical-coordinate representation of color #EDD879: hue angle of 49.14º degrees, saturation: 0.76, 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 #EDD879 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 121 -
CMYK 0 0.09 0.49 0.07
HSL 49.14º 0.76% 0.7% -
HSV(B) 49.14º 0.49% 0.93% -
XYZ 62.93 68.5 27.99 -
YUV 211.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 237 216 121 0 0.09 0.49 0.07 49.14 0.76 0.7
Hex ED D8 79 0 9 31 7 31 4C 46
Octal 355 330 171 0 11 61 7 61 114 106
Binary 11101101 11011000 1111001 0 1001 110001 111 110001 1001100 1000110

Color Harmonies of #EDD879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD879

Black with #EDD879

Text Example


Text Example

White with #EDD879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD879; }

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

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

background-color css

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

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

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

border-color css

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

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

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