Html Css Color HEX #E5CCAC Givry

📋 copy color: '#E5CCAC'

red 229 ◦ green 204 ◦ blue 172

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

Shades of Givry #E5CCAC

Tints of Givry #E5CCAC

RGB

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

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

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

R = 37.85%
G = 33.72%
B = 28.43%

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

#E5CCAC (or 0xE5CCAC) is known color: Givry. HEX triplet: E5, CC and AC. RGB value is (229,204,172). Sum of RGB (Red+Green+Blue) = 229+204+172=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCAC is #1A3353. Grayscale: #CFCFCF. Windows color (decimal): -1717076 or 11324645. OLE color: 11324645.

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

Color convert

RGB 229 204 172 -
CMYK 0 0.11 0.25 0.10
HSL 33.68º 0.52% 0.79% -
HSV(B) 33.68º 0.25% 0.9% -
XYZ 61.35 62.82 47.92 -
YUV 207.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 229 204 172 0 0.11 0.25 0.10 33.68 0.52 0.79
Hex E5 CC AC 0 B 19 A 22 34 4F
Octal 345 314 254 0 13 31 12 42 64 117
Binary 11100101 11001100 10101100 0 1011 11001 1010 100010 110100 1001111

Color Harmonies of #E5CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CCAC

Black with #E5CCAC

Text Example


Text Example

White with #E5CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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