Html Css Color HEX #EADA81 Flax

📋 copy color: '#EADA81'

red 234 ◦ green 218 ◦ blue 129

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

Shades of Flax #EADA81

Tints of Flax #EADA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.52%

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

R = 40.28%
G = 37.52%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EADA81 (or 0xEADA81) is known color: Flax. HEX triplet: EA, DA and 81. RGB value is (234,218,129). Sum of RGB (Red+Green+Blue) = 234+218+129=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA81 is #15257E. Grayscale: #D5D5D5. Windows color (decimal): -1385855 or 8510186. OLE color: 8510186.

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

Color convert

RGB 234 218 129 -
CMYK 0 0.07 0.45 0.08
HSL 50.86º 0.71% 0.71% -
HSV(B) 50.86º 0.45% 0.92% -
XYZ 62.97 69.22 30.81 -
YUV 212.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 234 218 129 0 0.07 0.45 0.08 50.86 0.71 0.71
Hex EA DA 81 0 7 2D 8 33 47 47
Octal 352 332 201 0 7 55 10 63 107 107
Binary 11101010 11011010 10000001 0 111 101101 1000 110011 1000111 1000111

Color Harmonies of #EADA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA81

Black with #EADA81

Text Example


Text Example

White with #EADA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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