Html Css Color HEX #EED980 Flax

📋 copy color: '#EED980'

red 238 ◦ green 217 ◦ blue 128

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

Shades of Flax #EED980

Tints of Flax #EED980

RGB

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

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

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

R = 40.82%
G = 37.22%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EED980 (or 0xEED980) is known color: Flax. HEX triplet: EE, D9 and 80. RGB value is (238,217,128). Sum of RGB (Red+Green+Blue) = 238+217+128=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EED980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED980 is #11267F. Grayscale: #D5D5D5. Windows color (decimal): -1123968 or 8444398. OLE color: 8444398.

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

Color convert

RGB 238 217 128 -
CMYK 0 0.09 0.46 0.07
HSL 48.55º 0.76% 0.72% -
HSV(B) 48.55º 0.46% 0.93% -
XYZ 63.97 69.36 30.44 -
YUV 213.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 238 217 128 0 0.09 0.46 0.07 48.55 0.76 0.72
Hex EE D9 80 0 9 2E 7 31 4C 48
Octal 356 331 200 0 11 56 7 61 114 110
Binary 11101110 11011001 10000000 0 1001 101110 111 110001 1001100 1001000

Color Harmonies of #EED980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED980

Black with #EED980

Text Example


Text Example

White with #EED980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED980; }

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

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

background-color css

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

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

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

border-color css

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

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

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