Html Css Color HEX #E7CCAC Givry

📋 copy color: '#E7CCAC'

red 231 ◦ green 204 ◦ blue 172

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

Shades of Givry #E7CCAC

Tints of Givry #E7CCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.34%

R = 38.06%
G = 33.61%
B = 28.34%

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

#E7CCAC (or 0xE7CCAC) is known color: Givry. HEX triplet: E7, CC and AC. RGB value is (231,204,172). Sum of RGB (Red+Green+Blue) = 231+204+172=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CCAC is #183353. Grayscale: #D0D0D0. Windows color (decimal): -1586004 or 11324647. OLE color: 11324647.

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

Color convert

RGB 231 204 172 -
CMYK 0 0.12 0.26 0.09
HSL 32.54º 0.55% 0.79% -
HSV(B) 32.54º 0.26% 0.91% -
XYZ 61.99 63.15 47.95 -
YUV 208.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 231 204 172 0 0.12 0.26 0.09 32.54 0.55 0.79
Hex E7 CC AC 0 C 1A 9 21 37 4F
Octal 347 314 254 0 14 32 11 41 67 117
Binary 11100111 11001100 10101100 0 1100 11010 1001 100001 110111 1001111

Color Harmonies of #E7CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CCAC

Black with #E7CCAC

Text Example


Text Example

White with #E7CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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