Html Css Color HEX #E8DA85 Flax

📋 copy color: '#E8DA85'

red 232 ◦ green 218 ◦ blue 133

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

Shades of Flax #E8DA85

Tints of Flax #E8DA85

RGB

 RED value IS 232 (91.02% from 255) = 39.79%

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

 BLUE value IS 133 (52.34% from 255) = 22.81%

R = 39.79%
G = 37.39%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E8DA85 (or 0xE8DA85) is known color: Flax. HEX triplet: E8, DA and 85. RGB value is (232,218,133). Sum of RGB (Red+Green+Blue) = 232+218+133=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA85 is #17257A. Grayscale: #D4D4D4. Windows color (decimal): -1516923 or 8772328. OLE color: 8772328.

HSL color Cylindrical-coordinate representation of color #E8DA85: hue angle of 51.52º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8DA85 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 218 133 -
CMYK 0 0.06 0.43 0.09
HSL 51.52º 0.68% 0.72% -
HSV(B) 51.52º 0.43% 0.91% -
XYZ 62.58 68.99 32.21 -
YUV 212.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 232 218 133 0 0.06 0.43 0.09 51.52 0.68 0.72
Hex E8 DA 85 0 6 2B 9 34 44 48
Octal 350 332 205 0 6 53 11 64 104 110
Binary 11101000 11011010 10000101 0 110 101011 1001 110100 1000100 1001000

Color Harmonies of #E8DA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DA85

Black with #E8DA85

Text Example


Text Example

White with #E8DA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DA85; }

 p { color: rgb(232,218,133); }

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

background-color css

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

 a { background-color: rgb(232,218,133); }

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

border-color css

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

 span { border-color: rgb(232,218,133); }

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