Html Css Color HEX #E7D2AD Givry

📋 copy color: '#E7D2AD'

red 231 ◦ green 210 ◦ blue 173

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

Shades of Givry #E7D2AD

Tints of Givry #E7D2AD

RGB

 RED value IS 231 (90.63% from 255) = 37.62%

 GREEN value IS 210 (82.42% from 255) = 34.2%

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

R = 37.62%
G = 34.2%
B = 28.18%

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

#E7D2AD (or 0xE7D2AD) is known color: Givry. HEX triplet: E7, D2 and AD. RGB value is (231,210,173). Sum of RGB (Red+Green+Blue) = 231+210+173=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D2AD is #182D52. Grayscale: #D4D4D4. Windows color (decimal): -1584467 or 11391719. OLE color: 11391719.

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

Color convert

RGB 231 210 173 -
CMYK 0 0.09 0.25 0.09
HSL 38.28º 0.55% 0.79% -
HSV(B) 38.28º 0.25% 0.91% -
XYZ 63.54 66.1 48.94 -
YUV 212.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 231 210 173 0 0.09 0.25 0.09 38.28 0.55 0.79
Hex E7 D2 AD 0 9 19 9 26 37 4F
Octal 347 322 255 0 11 31 11 46 67 117
Binary 11100111 11010010 10101101 0 1001 11001 1001 100110 110111 1001111

Color Harmonies of #E7D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D2AD

Black with #E7D2AD

Text Example


Text Example

White with #E7D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D2AD; }

 p { color: rgb(231,210,173); }

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

background-color css

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

 a { background-color: rgb(231,210,173); }

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

border-color css

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

 span { border-color: rgb(231,210,173); }

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