Html Css Color HEX #E3CDA5 Hampton

📋 copy color: '#E3CDA5'

red 227 ◦ green 205 ◦ blue 165

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

Shades of Hampton #E3CDA5

Tints of Hampton #E3CDA5

RGB

 RED value IS 227 (89.06% from 255) = 38.02%

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

 BLUE value IS 165 (64.84% from 255) = 27.64%

R = 38.02%
G = 34.34%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E3CDA5 (or 0xE3CDA5) is known color: Hampton. HEX triplet: E3, CD and A5. RGB value is (227,205,165). Sum of RGB (Red+Green+Blue) = 227+205+165=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CDA5 is #1C325A. Grayscale: #CFCFCF. Windows color (decimal): -1847899 or 10866147. OLE color: 10866147.

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

Color convert

RGB 227 205 165 -
CMYK 0 0.10 0.27 0.11
HSL 38.71º 0.53% 0.77% -
HSV(B) 38.71º 0.27% 0.89% -
XYZ 60.3 62.71 44.52 -
YUV 207.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 227 205 165 0 0.10 0.27 0.11 38.71 0.53 0.77
Hex E3 CD A5 0 A 1B B 27 35 4D
Octal 343 315 245 0 12 33 13 47 65 115
Binary 11100011 11001101 10100101 0 1010 11011 1011 100111 110101 1001101

Color Harmonies of #E3CDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CDA5

Black with #E3CDA5

Text Example


Text Example

White with #E3CDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CDA5; }

 p { color: rgb(227,205,165); }

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

background-color css

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

 a { background-color: rgb(227,205,165); }

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

border-color css

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

 span { border-color: rgb(227,205,165); }

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