Html Css Color HEX #EADA80 Flax

📋 copy color: '#EADA80'

red 234 ◦ green 218 ◦ blue 128

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

Shades of Flax #EADA80

Tints of Flax #EADA80

RGB

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

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

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

R = 40.34%
G = 37.59%
B = 22.07%

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

#EADA80 (or 0xEADA80) is known color: Flax. HEX triplet: EA, DA and 80. RGB value is (234,218,128). Sum of RGB (Red+Green+Blue) = 234+218+128=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA80 is #15257F. Grayscale: #D4D4D4. Windows color (decimal): -1385856 or 8444650. OLE color: 8444650.

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

Color convert

RGB 234 218 128 -
CMYK 0 0.07 0.45 0.08
HSL 50.94º 0.72% 0.71% -
HSV(B) 50.94º 0.45% 0.92% -
XYZ 62.9 69.19 30.46 -
YUV 212.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 234 218 128 0 0.07 0.45 0.08 50.94 0.72 0.71
Hex EA DA 80 0 7 2D 8 33 48 47
Octal 352 332 200 0 7 55 10 63 110 107
Binary 11101010 11011010 10000000 0 111 101101 1000 110011 1001000 1000111

Color Harmonies of #EADA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA80

Black with #EADA80

Text Example


Text Example

White with #EADA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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