Html Css Color HEX #EADB81 Flax

📋 copy color: '#EADB81'

red 234 ◦ green 219 ◦ blue 129

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

Shades of Flax #EADB81

Tints of Flax #EADB81

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.63%

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

R = 40.21%
G = 37.63%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EADB81 (or 0xEADB81) is known color: Flax. HEX triplet: EA, DB and 81. RGB value is (234,219,129). Sum of RGB (Red+Green+Blue) = 234+219+129=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 129 (50.78% from 255 or 22.16% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB81 is #15247E. Grayscale: #D5D5D5. Windows color (decimal): -1385599 or 8510442. OLE color: 8510442.

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

Color convert

RGB 234 219 129 -
CMYK 0 0.06 0.45 0.08
HSL 51.43º 0.71% 0.71% -
HSV(B) 51.43º 0.45% 0.92% -
XYZ 63.23 69.74 30.9 -
YUV 213.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 234 219 129 0 0.06 0.45 0.08 51.43 0.71 0.71
Hex EA DB 81 0 6 2D 8 33 47 47
Octal 352 333 201 0 6 55 10 63 107 107
Binary 11101010 11011011 10000001 0 110 101101 1000 110011 1000111 1000111

Color Harmonies of #EADB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB81

Black with #EADB81

Text Example


Text Example

White with #EADB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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