Html Css Color HEX #EADA82 Flax

📋 copy color: '#EADA82'

red 234 ◦ green 218 ◦ blue 130

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

Shades of Flax #EADA82

Tints of Flax #EADA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.34%

R = 40.21%
G = 37.46%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EADA82 (or 0xEADA82) is known color: Flax. HEX triplet: EA, DA and 82. RGB value is (234,218,130). Sum of RGB (Red+Green+Blue) = 234+218+130=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA82 is #15257D. Grayscale: #D5D5D5. Windows color (decimal): -1385854 or 8575722. OLE color: 8575722.

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

Color convert

RGB 234 218 130 -
CMYK 0 0.07 0.44 0.08
HSL 50.77º 0.71% 0.71% -
HSV(B) 50.77º 0.44% 0.92% -
XYZ 63.03 69.25 31.16 -
YUV 212.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 234 218 130 0 0.07 0.44 0.08 50.77 0.71 0.71
Hex EA DA 82 0 7 2C 8 33 47 47
Octal 352 332 202 0 7 54 10 63 107 107
Binary 11101010 11011010 10000010 0 111 101100 1000 110011 1000111 1000111

Color Harmonies of #EADA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA82

Black with #EADA82

Text Example


Text Example

White with #EADA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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