Html Css Color HEX #E5CCAB Givry

📋 copy color: '#E5CCAB'

red 229 ◦ green 204 ◦ blue 171

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

Shades of Givry #E5CCAB

Tints of Givry #E5CCAB

RGB

 RED value IS 229 (89.84% from 255) = 37.91%

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

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

R = 37.91%
G = 33.77%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E5CCAB (or 0xE5CCAB) is known color: Givry. HEX triplet: E5, CC and AB. RGB value is (229,204,171). Sum of RGB (Red+Green+Blue) = 229+204+171=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCAB is #1A3354. Grayscale: #CFCFCF. Windows color (decimal): -1717077 or 11259109. OLE color: 11259109.

HSL color Cylindrical-coordinate representation of color #E5CCAB: hue angle of 34.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5CCAB is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 171 -
CMYK 0 0.11 0.25 0.10
HSL 34.14º 0.53% 0.78% -
HSV(B) 34.14º 0.25% 0.9% -
XYZ 61.26 62.78 47.42 -
YUV 207.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 229 204 171 0 0.11 0.25 0.10 34.14 0.53 0.78
Hex E5 CC AB 0 B 19 A 22 35 4E
Octal 345 314 253 0 13 31 12 42 65 116
Binary 11100101 11001100 10101011 0 1011 11001 1010 100010 110101 1001110

Color Harmonies of #E5CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CCAB

Black with #E5CCAB

Text Example


Text Example

White with #E5CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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