Html Css Color HEX #E8D4AD Givry

📋 copy color: '#E8D4AD'

red 232 ◦ green 212 ◦ blue 173

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

Shades of Givry #E8D4AD

Tints of Givry #E8D4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.36%

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

R = 37.6%
G = 34.36%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E8D4AD (or 0xE8D4AD) is known color: Givry. HEX triplet: E8, D4 and AD. RGB value is (232,212,173). Sum of RGB (Red+Green+Blue) = 232+212+173=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D4AD is #172B52. Grayscale: #D5D5D5. Windows color (decimal): -1518419 or 11392232. OLE color: 11392232.

HSL color Cylindrical-coordinate representation of color #E8D4AD: hue angle of 39.66º 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 #E8D4AD is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 212 173 -
CMYK 0 0.09 0.25 0.09
HSL 39.66º 0.56% 0.79% -
HSV(B) 39.66º 0.25% 0.91% -
XYZ 64.37 67.26 49.13 -
YUV 213.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 232 212 173 0 0.09 0.25 0.09 39.66 0.56 0.79
Hex E8 D4 AD 0 9 19 9 28 38 4F
Octal 350 324 255 0 11 31 11 50 70 117
Binary 11101000 11010100 10101101 0 1001 11001 1001 101000 111000 1001111

Color Harmonies of #E8D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D4AD

Black with #E8D4AD

Text Example


Text Example

White with #E8D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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