Html Css Color HEX #EDD981 Flax

📋 copy color: '#EDD981'

red 237 ◦ green 217 ◦ blue 129

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

Shades of Flax #EDD981

Tints of Flax #EDD981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.13%

R = 40.65%
G = 37.22%
B = 22.13%

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

#EDD981 (or 0xEDD981) is known color: Flax. HEX triplet: ED, D9 and 81. RGB value is (237,217,129). Sum of RGB (Red+Green+Blue) = 237+217+129=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD981 is #12267E. Grayscale: #D5D5D5. Windows color (decimal): -1189503 or 8509933. OLE color: 8509933.

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

Color convert

RGB 237 217 129 -
CMYK 0 0.08 0.46 0.07
HSL 48.89º 0.75% 0.72% -
HSV(B) 48.89º 0.46% 0.93% -
XYZ 63.7 69.22 30.77 -
YUV 212.95 80.63 145.16 -
System Red Green Blue C M Y K H S L
Decimal 237 217 129 0 0.08 0.46 0.07 48.89 0.75 0.72
Hex ED D9 81 0 8 2E 7 31 4B 48
Octal 355 331 201 0 10 56 7 61 113 110
Binary 11101101 11011001 10000001 0 1000 101110 111 110001 1001011 1001000

Color Harmonies of #EDD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD981

Black with #EDD981

Text Example


Text Example

White with #EDD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD981; }

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

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

background-color css

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

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

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

border-color css

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

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

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