Html Css Color HEX #EADA8C Flax

📋 copy color: '#EADA8C'

red 234 ◦ green 218 ◦ blue 140

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

Shades of Flax #EADA8C

Tints of Flax #EADA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.65%

R = 39.53%
G = 36.82%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EADA8C (or 0xEADA8C) is known color: Flax. HEX triplet: EA, DA and 8C. RGB value is (234,218,140). Sum of RGB (Red+Green+Blue) = 234+218+140=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA8C is #152573. Grayscale: #D6D6D6. Windows color (decimal): -1385844 or 9231082. OLE color: 9231082.

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

Color convert

RGB 234 218 140 -
CMYK 0 0.07 0.40 0.08
HSL 49.79º 0.69% 0.73% -
HSV(B) 49.79º 0.4% 0.92% -
XYZ 63.74 69.53 34.87 -
YUV 213.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 234 218 140 0 0.07 0.40 0.08 49.79 0.69 0.73
Hex EA DA 8C 0 7 28 8 32 45 49
Octal 352 332 214 0 7 50 10 62 105 111
Binary 11101010 11011010 10001100 0 111 101000 1000 110010 1000101 1001001

Color Harmonies of #EADA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA8C

Black with #EADA8C

Text Example


Text Example

White with #EADA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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