Html Css Color HEX #E7CCAB Givry

📋 copy color: '#E7CCAB'

red 231 ◦ green 204 ◦ blue 171

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

Shades of Givry #E7CCAB

Tints of Givry #E7CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.66%

 BLUE value IS 171 (67.19% from 255) = 28.22%

R = 38.12%
G = 33.66%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E7CCAB (or 0xE7CCAB) is known color: Givry. HEX triplet: E7, CC and AB. RGB value is (231,204,171). Sum of RGB (Red+Green+Blue) = 231+204+171=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CCAB is #183354. Grayscale: #D0D0D0. Windows color (decimal): -1586005 or 11259111. OLE color: 11259111.

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

Color convert

RGB 231 204 171 -
CMYK 0 0.12 0.26 0.09
HSL 33º 0.56% 0.79% -
HSV(B) 33º 0.26% 0.91% -
XYZ 61.9 63.11 47.45 -
YUV 208.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 231 204 171 0 0.12 0.26 0.09 33 0.56 0.79
Hex E7 CC AB 0 C 1A 9 21 38 4F
Octal 347 314 253 0 14 32 11 41 70 117
Binary 11100111 11001100 10101011 0 1100 11010 1001 100001 111000 1001111

Color Harmonies of #E7CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CCAB

Black with #E7CCAB

Text Example


Text Example

White with #E7CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CCAB; }

 p { color: rgb(231,204,171); }

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

background-color css

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

 a { background-color: rgb(231,204,171); }

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

border-color css

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

 span { border-color: rgb(231,204,171); }

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