Html Css Color HEX #E6DA86 Flax

📋 copy color: '#E6DA86'

red 230 ◦ green 218 ◦ blue 134

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

Shades of Flax #E6DA86

Tints of Flax #E6DA86

RGB

 RED value IS 230 (90.23% from 255) = 39.52%

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

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

R = 39.52%
G = 37.46%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E6DA86 (or 0xE6DA86) is known color: Flax. HEX triplet: E6, DA and 86. RGB value is (230,218,134). Sum of RGB (Red+Green+Blue) = 230+218+134=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DA86 is #192579. Grayscale: #D4D4D4. Windows color (decimal): -1647994 or 8837862. OLE color: 8837862.

HSL color Cylindrical-coordinate representation of color #E6DA86: hue angle of 52.5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6DA86 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 218 134 -
CMYK 0 0.05 0.42 0.10
HSL 52.5º 0.66% 0.71% -
HSV(B) 52.5º 0.42% 0.9% -
XYZ 62.01 68.69 32.54 -
YUV 212.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 230 218 134 0 0.05 0.42 0.10 52.5 0.66 0.71
Hex E6 DA 86 0 5 2A A 34 42 47
Octal 346 332 206 0 5 52 12 64 102 107
Binary 11100110 11011010 10000110 0 101 101010 1010 110100 1000010 1000111

Color Harmonies of #E6DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA86

Black with #E6DA86

Text Example


Text Example

White with #E6DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA86; }

 p { color: rgb(230,218,134); }

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

background-color css

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

 a { background-color: rgb(230,218,134); }

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

border-color css

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

 span { border-color: rgb(230,218,134); }

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