Html Css Color HEX #EADA84 Flax

📋 copy color: '#EADA84'

red 234 ◦ green 218 ◦ blue 132

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

Shades of Flax #EADA84

Tints of Flax #EADA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.6%

R = 40.07%
G = 37.33%
B = 22.6%

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

#EADA84 (or 0xEADA84) is known color: Flax. HEX triplet: EA, DA and 84. RGB value is (234,218,132). Sum of RGB (Red+Green+Blue) = 234+218+132=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA84 is #15257B. Grayscale: #D5D5D5. Windows color (decimal): -1385852 or 8706794. OLE color: 8706794.

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

Color convert

RGB 234 218 132 -
CMYK 0 0.07 0.44 0.08
HSL 50.59º 0.71% 0.72% -
HSV(B) 50.59º 0.44% 0.92% -
XYZ 63.17 69.3 31.88 -
YUV 212.98 82.3 142.99 -
System Red Green Blue C M Y K H S L
Decimal 234 218 132 0 0.07 0.44 0.08 50.59 0.71 0.72
Hex EA DA 84 0 7 2C 8 33 47 48
Octal 352 332 204 0 7 54 10 63 107 110
Binary 11101010 11011010 10000100 0 111 101100 1000 110011 1000111 1001000

Color Harmonies of #EADA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA84

Black with #EADA84

Text Example


Text Example

White with #EADA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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