Html Css Color HEX #E5CBAA Givry

📋 copy color: '#E5CBAA'

red 229 ◦ green 203 ◦ blue 170

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

Shades of Givry #E5CBAA

Tints of Givry #E5CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.72%

 BLUE value IS 170 (66.8% from 255) = 28.24%

R = 38.04%
G = 33.72%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E5CBAA (or 0xE5CBAA) is known color: Givry. HEX triplet: E5, CB and AA. RGB value is (229,203,170). Sum of RGB (Red+Green+Blue) = 229+203+170=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CBAA is #1A3455. Grayscale: #CFCFCF. Windows color (decimal): -1717334 or 11193317. OLE color: 11193317.

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

Color convert

RGB 229 203 170 -
CMYK 0 0.11 0.26 0.10
HSL 33.56º 0.53% 0.78% -
HSV(B) 33.56º 0.26% 0.9% -
XYZ 60.92 62.27 46.84 -
YUV 207.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 229 203 170 0 0.11 0.26 0.10 33.56 0.53 0.78
Hex E5 CB AA 0 B 1A A 22 35 4E
Octal 345 313 252 0 13 32 12 42 65 116
Binary 11100101 11001011 10101010 0 1011 11010 1010 100010 110101 1001110

Color Harmonies of #E5CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CBAA

Black with #E5CBAA

Text Example


Text Example

White with #E5CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CBAA; }

 p { color: rgb(229,203,170); }

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

background-color css

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

 a { background-color: rgb(229,203,170); }

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

border-color css

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

 span { border-color: rgb(229,203,170); }

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