Html Css Color HEX #E5CDAD Givry

📋 copy color: '#E5CDAD'

red 229 ◦ green 205 ◦ blue 173

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

Shades of Givry #E5CDAD

Tints of Givry #E5CDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.5%

R = 37.73%
G = 33.77%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5CDAD (or 0xE5CDAD) is known color: Givry. HEX triplet: E5, CD and AD. RGB value is (229,205,173). Sum of RGB (Red+Green+Blue) = 229+205+173=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CDAD is #1A3252. Grayscale: #D0D0D0. Windows color (decimal): -1716819 or 11390437. OLE color: 11390437.

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

Color convert

RGB 229 205 173 -
CMYK 0 0.10 0.24 0.10
HSL 34.29º 0.52% 0.79% -
HSV(B) 34.29º 0.24% 0.9% -
XYZ 61.69 63.34 48.51 -
YUV 208.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 229 205 173 0 0.10 0.24 0.10 34.29 0.52 0.79
Hex E5 CD AD 0 A 18 A 22 34 4F
Octal 345 315 255 0 12 30 12 42 64 117
Binary 11100101 11001101 10101101 0 1010 11000 1010 100010 110100 1001111

Color Harmonies of #E5CDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDAD

Black with #E5CDAD

Text Example


Text Example

White with #E5CDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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