Html Css Color HEX #E8D0AC Givry

📋 copy color: '#E8D0AC'

red 232 ◦ green 208 ◦ blue 172

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

Shades of Givry #E8D0AC

Tints of Givry #E8D0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.1%

R = 37.91%
G = 33.99%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E8D0AC (or 0xE8D0AC) is known color: Givry. HEX triplet: E8, D0 and AC. RGB value is (232,208,172). Sum of RGB (Red+Green+Blue) = 232+208+172=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D0AC is #172F53. Grayscale: #D3D3D3. Windows color (decimal): -1519444 or 11325672. OLE color: 11325672.

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

Color convert

RGB 232 208 172 -
CMYK 0 0.10 0.26 0.09
HSL 36º 0.57% 0.79% -
HSV(B) 36º 0.26% 0.91% -
XYZ 63.28 65.25 48.29 -
YUV 211.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 232 208 172 0 0.10 0.26 0.09 36 0.57 0.79
Hex E8 D0 AC 0 A 1A 9 24 39 4F
Octal 350 320 254 0 12 32 11 44 71 117
Binary 11101000 11010000 10101100 0 1010 11010 1001 100100 111001 1001111

Color Harmonies of #E8D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D0AC

Black with #E8D0AC

Text Example


Text Example

White with #E8D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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