Html Css Color HEX #E5CCAE Givry

📋 copy color: '#E5CCAE'

red 229 ◦ green 204 ◦ blue 174

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

Shades of Givry #E5CCAE

Tints of Givry #E5CCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.67%

R = 37.73%
G = 33.61%
B = 28.67%

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

#E5CCAE (or 0xE5CCAE) is known color: Givry. HEX triplet: E5, CC and AE. RGB value is (229,204,174). Sum of RGB (Red+Green+Blue) = 229+204+174=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCAE is #1A3351. Grayscale: #D0D0D0. Windows color (decimal): -1717074 or 11455717. OLE color: 11455717.

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

Color convert

RGB 229 204 174 -
CMYK 0 0.11 0.24 0.10
HSL 32.73º 0.51% 0.79% -
HSV(B) 32.73º 0.24% 0.9% -
XYZ 61.55 62.9 48.94 -
YUV 208.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 229 204 174 0 0.11 0.24 0.10 32.73 0.51 0.79
Hex E5 CC AE 0 B 18 A 21 33 4F
Octal 345 314 256 0 13 30 12 41 63 117
Binary 11100101 11001100 10101110 0 1011 11000 1010 100001 110011 1001111

Color Harmonies of #E5CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CCAE

Black with #E5CCAE

Text Example


Text Example

White with #E5CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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