Html Css Color HEX #EADB84 Flax

📋 copy color: '#EADB84'

red 234 ◦ green 219 ◦ blue 132

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

Shades of Flax #EADB84

Tints of Flax #EADB84

RGB

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

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

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

R = 40%
G = 37.44%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EADB84 (or 0xEADB84) is known color: Flax. HEX triplet: EA, DB and 84. RGB value is (234,219,132). Sum of RGB (Red+Green+Blue) = 234+219+132=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB84 is #15247B. Grayscale: #D5D5D5. Windows color (decimal): -1385596 or 8707050. OLE color: 8707050.

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

Color convert

RGB 234 219 132 -
CMYK 0 0.06 0.44 0.08
HSL 51.18º 0.71% 0.72% -
HSV(B) 51.18º 0.44% 0.92% -
XYZ 63.43 69.82 31.96 -
YUV 213.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 234 219 132 0 0.06 0.44 0.08 51.18 0.71 0.72
Hex EA DB 84 0 6 2C 8 33 47 48
Octal 352 333 204 0 6 54 10 63 107 110
Binary 11101010 11011011 10000100 0 110 101100 1000 110011 1000111 1001000

Color Harmonies of #EADB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB84

Black with #EADB84

Text Example


Text Example

White with #EADB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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