Html Css Color HEX #E6DAA5 Sapling

📋 copy color: '#E6DAA5'

red 230 ◦ green 218 ◦ blue 165

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

Shades of Sapling #E6DAA5

Tints of Sapling #E6DAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.92%

R = 37.52%
G = 35.56%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E6DAA5 (or 0xE6DAA5) is known color: Sapling. HEX triplet: E6, DA and A5. RGB value is (230,218,165). Sum of RGB (Red+Green+Blue) = 230+218+165=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DAA5 is #19255A. Grayscale: #D7D7D7. Windows color (decimal): -1647963 or 10869478. OLE color: 10869478.

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

Color convert

RGB 230 218 165 -
CMYK 0 0.05 0.28 0.10
HSL 48.92º 0.57% 0.77% -
HSV(B) 48.92º 0.28% 0.9% -
XYZ 64.5 69.68 45.65 -
YUV 215.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 230 218 165 0 0.05 0.28 0.10 48.92 0.57 0.77
Hex E6 DA A5 0 5 1C A 31 39 4D
Octal 346 332 245 0 5 34 12 61 71 115
Binary 11100110 11011010 10100101 0 101 11100 1010 110001 111001 1001101

Color Harmonies of #E6DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DAA5

Black with #E6DAA5

Text Example


Text Example

White with #E6DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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