Html Css Color HEX #EAD881 Flax

📋 copy color: '#EAD881'

red 234 ◦ green 216 ◦ blue 129

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

Shades of Flax #EAD881

Tints of Flax #EAD881

RGB

 RED value IS 234 (91.8% from 255) = 40.41%

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

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

R = 40.41%
G = 37.31%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAD881 (or 0xEAD881) is known color: Flax. HEX triplet: EA, D8 and 81. RGB value is (234,216,129). Sum of RGB (Red+Green+Blue) = 234+216+129=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD881 is #15277E. Grayscale: #D3D3D3. Windows color (decimal): -1386367 or 8509674. OLE color: 8509674.

HSL color Cylindrical-coordinate representation of color #EAD881: hue angle of 49.71º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAD881 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 216 129 -
CMYK 0 0.08 0.45 0.08
HSL 49.71º 0.71% 0.71% -
HSV(B) 49.71º 0.45% 0.92% -
XYZ 62.45 68.19 30.64 -
YUV 211.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 234 216 129 0 0.08 0.45 0.08 49.71 0.71 0.71
Hex EA D8 81 0 8 2D 8 32 47 47
Octal 352 330 201 0 10 55 10 62 107 107
Binary 11101010 11011000 10000001 0 1000 101101 1000 110010 1000111 1000111

Color Harmonies of #EAD881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD881

Black with #EAD881

Text Example


Text Example

White with #EAD881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD881; }

 p { color: rgb(234,216,129); }

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

background-color css

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

 a { background-color: rgb(234,216,129); }

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

border-color css

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

 span { border-color: rgb(234,216,129); }

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