Html Css Color HEX #E1CCAB Givry

📋 copy color: '#E1CCAB'

red 225 ◦ green 204 ◦ blue 171

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

Shades of Givry #E1CCAB

Tints of Givry #E1CCAB

RGB

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

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

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

R = 37.5%
G = 34%
B = 28.5%

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

#E1CCAB (or 0xE1CCAB) is known color: Givry. HEX triplet: E1, CC and AB. RGB value is (225,204,171). Sum of RGB (Red+Green+Blue) = 225+204+171=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCAB is #1E3354. Grayscale: #CECECE. Windows color (decimal): -1979221 or 11259105. OLE color: 11259105.

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

Color convert

RGB 225 204 171 -
CMYK 0 0.09 0.24 0.12
HSL 36.67º 0.47% 0.78% -
HSV(B) 36.67º 0.24% 0.88% -
XYZ 59.99 62.13 47.36 -
YUV 206.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 225 204 171 0 0.09 0.24 0.12 36.67 0.47 0.78
Hex E1 CC AB 0 9 18 C 25 2F 4E
Octal 341 314 253 0 11 30 14 45 57 116
Binary 11100001 11001100 10101011 0 1001 11000 1100 100101 101111 1001110

Color Harmonies of #E1CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCAB

Black with #E1CCAB

Text Example


Text Example

White with #E1CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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