Html Css Color HEX #E7D0AD Givry

📋 copy color: '#E7D0AD'

red 231 ◦ green 208 ◦ blue 173

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

Shades of Givry #E7D0AD

Tints of Givry #E7D0AD

RGB

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

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

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

R = 37.75%
G = 33.99%
B = 28.27%

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

#E7D0AD (or 0xE7D0AD) is known color: Givry. HEX triplet: E7, D0 and AD. RGB value is (231,208,173). Sum of RGB (Red+Green+Blue) = 231+208+173=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D0AD is #182F52. Grayscale: #D3D3D3. Windows color (decimal): -1584979 or 11391207. OLE color: 11391207.

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

Color convert

RGB 231 208 173 -
CMYK 0 0.10 0.25 0.09
HSL 36.21º 0.55% 0.79% -
HSV(B) 36.21º 0.25% 0.91% -
XYZ 63.05 65.12 48.78 -
YUV 210.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 231 208 173 0 0.10 0.25 0.09 36.21 0.55 0.79
Hex E7 D0 AD 0 A 19 9 24 37 4F
Octal 347 320 255 0 12 31 11 44 67 117
Binary 11100111 11010000 10101101 0 1010 11001 1001 100100 110111 1001111

Color Harmonies of #E7D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0AD

Black with #E7D0AD

Text Example


Text Example

White with #E7D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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