Html Css Color HEX #E1CCAC Givry

📋 copy color: '#E1CCAC'

red 225 ◦ green 204 ◦ blue 172

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

Shades of Givry #E1CCAC

Tints of Givry #E1CCAC

RGB

 RED value IS 225 (88.28% from 255) = 37.44%

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

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

R = 37.44%
G = 33.94%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1CCAC (or 0xE1CCAC) is known color: Givry. HEX triplet: E1, CC and AC. RGB value is (225,204,172). Sum of RGB (Red+Green+Blue) = 225+204+172=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCAC is #1E3353. Grayscale: #CECECE. Windows color (decimal): -1979220 or 11324641. OLE color: 11324641.

HSL color Cylindrical-coordinate representation of color #E1CCAC: hue angle of 36.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1CCAC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 204 172 -
CMYK 0 0.09 0.24 0.12
HSL 36.23º 0.47% 0.78% -
HSV(B) 36.23º 0.24% 0.88% -
XYZ 60.09 62.17 47.86 -
YUV 206.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 225 204 172 0 0.09 0.24 0.12 36.23 0.47 0.78
Hex E1 CC AC 0 9 18 C 24 2F 4E
Octal 341 314 254 0 11 30 14 44 57 116
Binary 11100001 11001100 10101100 0 1001 11000 1100 100100 101111 1001110

Color Harmonies of #E1CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCAC

Black with #E1CCAC

Text Example


Text Example

White with #E1CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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