Html Css Color HEX #E8D4AF Givry

📋 copy color: '#E8D4AF'

red 232 ◦ green 212 ◦ blue 175

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

Shades of Givry #E8D4AF

Tints of Givry #E8D4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.27%

R = 37.48%
G = 34.25%
B = 28.27%

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

#E8D4AF (or 0xE8D4AF) is known color: Givry. HEX triplet: E8, D4 and AF. RGB value is (232,212,175). Sum of RGB (Red+Green+Blue) = 232+212+175=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D4AF is #172B50. Grayscale: #D5D5D5. Windows color (decimal): -1518417 or 11523304. OLE color: 11523304.

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

Color convert

RGB 232 212 175 -
CMYK 0 0.09 0.25 0.09
HSL 38.95º 0.55% 0.8% -
HSV(B) 38.95º 0.25% 0.91% -
XYZ 64.56 67.34 50.15 -
YUV 213.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 232 212 175 0 0.09 0.25 0.09 38.95 0.55 0.8
Hex E8 D4 AF 0 9 19 9 27 37 50
Octal 350 324 257 0 11 31 11 47 67 120
Binary 11101000 11010100 10101111 0 1001 11001 1001 100111 110111 1010000

Color Harmonies of #E8D4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D4AF

Black with #E8D4AF

Text Example


Text Example

White with #E8D4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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