Html Css Color HEX #EDD980 Flax

📋 copy color: '#EDD980'

red 237 ◦ green 217 ◦ blue 128

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

Shades of Flax #EDD980

Tints of Flax #EDD980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.99%

R = 40.72%
G = 37.29%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDD980 (or 0xEDD980) is known color: Flax. HEX triplet: ED, D9 and 80. RGB value is (237,217,128). Sum of RGB (Red+Green+Blue) = 237+217+128=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD980 is #12267F. Grayscale: #D5D5D5. Windows color (decimal): -1189504 or 8444397. OLE color: 8444397.

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

Color convert

RGB 237 217 128 -
CMYK 0 0.08 0.46 0.07
HSL 48.99º 0.75% 0.72% -
HSV(B) 48.99º 0.46% 0.93% -
XYZ 63.63 69.19 30.42 -
YUV 212.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 237 217 128 0 0.08 0.46 0.07 48.99 0.75 0.72
Hex ED D9 80 0 8 2E 7 31 4B 48
Octal 355 331 200 0 10 56 7 61 113 110
Binary 11101101 11011001 10000000 0 1000 101110 111 110001 1001011 1001000

Color Harmonies of #EDD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD980

Black with #EDD980

Text Example


Text Example

White with #EDD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD980; }

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

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

background-color css

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

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

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

border-color css

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

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

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