Html Css Color HEX #E5CCAF Givry

📋 copy color: '#E5CCAF'

red 229 ◦ green 204 ◦ blue 175

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

Shades of Givry #E5CCAF

Tints of Givry #E5CCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 37.66%
G = 33.55%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5CCAF (or 0xE5CCAF) is known color: Givry. HEX triplet: E5, CC and AF. RGB value is (229,204,175). Sum of RGB (Red+Green+Blue) = 229+204+175=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCAF is #1A3350. Grayscale: #D0D0D0. Windows color (decimal): -1717073 or 11521253. OLE color: 11521253.

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

Color convert

RGB 229 204 175 -
CMYK 0 0.11 0.24 0.10
HSL 32.22º 0.51% 0.79% -
HSV(B) 32.22º 0.24% 0.9% -
XYZ 61.64 62.94 49.46 -
YUV 208.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 229 204 175 0 0.11 0.24 0.10 32.22 0.51 0.79
Hex E5 CC AF 0 B 18 A 20 33 4F
Octal 345 314 257 0 13 30 12 40 63 117
Binary 11100101 11001100 10101111 0 1011 11000 1010 100000 110011 1001111

Color Harmonies of #E5CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CCAF

Black with #E5CCAF

Text Example


Text Example

White with #E5CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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