Html Css Color HEX #E8D0AD Givry

📋 copy color: '#E8D0AD'

red 232 ◦ green 208 ◦ blue 173

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

Shades of Givry #E8D0AD

Tints of Givry #E8D0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.93%

 BLUE value IS 173 (67.97% from 255) = 28.22%

R = 37.85%
G = 33.93%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E8D0AD (or 0xE8D0AD) is known color: Givry. HEX triplet: E8, D0 and AD. RGB value is (232,208,173). Sum of RGB (Red+Green+Blue) = 232+208+173=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D0AD is #172F52. Grayscale: #D3D3D3. Windows color (decimal): -1519443 or 11391208. OLE color: 11391208.

HSL color Cylindrical-coordinate representation of color #E8D0AD: hue angle of 35.59º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8D0AD is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 208 173 -
CMYK 0 0.10 0.25 0.09
HSL 35.59º 0.56% 0.79% -
HSV(B) 35.59º 0.25% 0.91% -
XYZ 63.38 65.28 48.8 -
YUV 211.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 232 208 173 0 0.10 0.25 0.09 35.59 0.56 0.79
Hex E8 D0 AD 0 A 19 9 24 38 4F
Octal 350 320 255 0 12 31 11 44 70 117
Binary 11101000 11010000 10101101 0 1010 11001 1001 100100 111000 1001111

Color Harmonies of #E8D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D0AD

Black with #E8D0AD

Text Example


Text Example

White with #E8D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D0AD; }

 p { color: rgb(232,208,173); }

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

background-color css

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

 a { background-color: rgb(232,208,173); }

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

border-color css

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

 span { border-color: rgb(232,208,173); }

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