Html Css Color HEX #E5CDAB Givry

📋 copy color: '#E5CDAB'

red 229 ◦ green 205 ◦ blue 171

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

Shades of Givry #E5CDAB

Tints of Givry #E5CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.88%

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

R = 37.85%
G = 33.88%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E5CDAB (or 0xE5CDAB) is known color: Givry. HEX triplet: E5, CD and AB. RGB value is (229,205,171). Sum of RGB (Red+Green+Blue) = 229+205+171=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CDAB is #1A3254. Grayscale: #D0D0D0. Windows color (decimal): -1716821 or 11259365. OLE color: 11259365.

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

Color convert

RGB 229 205 171 -
CMYK 0 0.10 0.25 0.10
HSL 35.17º 0.53% 0.78% -
HSV(B) 35.17º 0.25% 0.9% -
XYZ 61.5 63.26 47.5 -
YUV 208.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 229 205 171 0 0.10 0.25 0.10 35.17 0.53 0.78
Hex E5 CD AB 0 A 19 A 23 35 4E
Octal 345 315 253 0 12 31 12 43 65 116
Binary 11100101 11001101 10101011 0 1010 11001 1010 100011 110101 1001110

Color Harmonies of #E5CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDAB

Black with #E5CDAB

Text Example


Text Example

White with #E5CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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