Html Css Color HEX #EAD286 Flax

📋 copy color: '#EAD286'

red 234 ◦ green 210 ◦ blue 134

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

Shades of Flax #EAD286

Tints of Flax #EAD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.33%

 BLUE value IS 134 (52.73% from 255) = 23.18%

R = 40.48%
G = 36.33%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAD286 (or 0xEAD286) is known color: Flax. HEX triplet: EA, D2 and 86. RGB value is (234,210,134). Sum of RGB (Red+Green+Blue) = 234+210+134=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD286 is #152D79. Grayscale: #D0D0D0. Windows color (decimal): -1387898 or 8835818. OLE color: 8835818.

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

Color convert

RGB 234 210 134 -
CMYK 0 0.10 0.43 0.08
HSL 45.6º 0.7% 0.72% -
HSV(B) 45.6º 0.43% 0.92% -
XYZ 61.28 65.31 31.93 -
YUV 208.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 234 210 134 0 0.10 0.43 0.08 45.6 0.7 0.72
Hex EA D2 86 0 A 2B 8 2E 46 48
Octal 352 322 206 0 12 53 10 56 106 110
Binary 11101010 11010010 10000110 0 1010 101011 1000 101110 1000110 1001000

Color Harmonies of #EAD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD286

Black with #EAD286

Text Example


Text Example

White with #EAD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD286; }

 p { color: rgb(234,210,134); }

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

background-color css

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

 a { background-color: rgb(234,210,134); }

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

border-color css

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

 span { border-color: rgb(234,210,134); }

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