Html Css Color HEX #E7D0B4 Givry

📋 copy color: '#E7D0B4'

red 231 ◦ green 208 ◦ blue 180

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

Shades of Givry #E7D0B4

Tints of Givry #E7D0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.08%

R = 37.32%
G = 33.6%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E7D0B4 (or 0xE7D0B4) is known color: Givry. HEX triplet: E7, D0 and B4. RGB value is (231,208,180). Sum of RGB (Red+Green+Blue) = 231+208+180=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0B4 is #182F4B. Grayscale: #D3D3D3. Windows color (decimal): -1584972 or 11849959. OLE color: 11849959.

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

Color convert

RGB 231 208 180 -
CMYK 0 0.10 0.22 0.09
HSL 32.94º 0.52% 0.81% -
HSV(B) 32.94º 0.22% 0.91% -
XYZ 63.75 65.4 52.44 -
YUV 211.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 231 208 180 0 0.10 0.22 0.09 32.94 0.52 0.81
Hex E7 D0 B4 0 A 16 9 21 34 51
Octal 347 320 264 0 12 26 11 41 64 121
Binary 11100111 11010000 10110100 0 1010 10110 1001 100001 110100 1010001

Color Harmonies of #E7D0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0B4

Black with #E7D0B4

Text Example


Text Example

White with #E7D0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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