Html Css Color HEX #EDD979 Flax

📋 copy color: '#EDD979'

red 237 ◦ green 217 ◦ blue 121

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

Shades of Flax #EDD979

Tints of Flax #EDD979

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.74%

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

R = 41.22%
G = 37.74%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDD979 (or 0xEDD979) is known color: Flax. HEX triplet: ED, D9 and 79. RGB value is (237,217,121). Sum of RGB (Red+Green+Blue) = 237+217+121=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD979 is #122686. Grayscale: #D4D4D4. Windows color (decimal): -1189511 or 7985645. OLE color: 7985645.

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

Color convert

RGB 237 217 121 -
CMYK 0 0.08 0.49 0.07
HSL 49.66º 0.76% 0.7% -
HSV(B) 49.66º 0.49% 0.93% -
XYZ 63.19 69.01 28.08 -
YUV 212.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 237 217 121 0 0.08 0.49 0.07 49.66 0.76 0.7
Hex ED D9 79 0 8 31 7 32 4C 46
Octal 355 331 171 0 10 61 7 62 114 106
Binary 11101101 11011001 1111001 0 1000 110001 111 110010 1001100 1000110

Color Harmonies of #EDD979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD979

Black with #EDD979

Text Example


Text Example

White with #EDD979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD979; }

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

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

background-color css

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

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

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

border-color css

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

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

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