#EAD3AB

Color #EAD3AB Givry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Givry #EAD3AB

Tints of Givry #EAD3AB

Color information

#EAD3AB (or 0xEAD3AB) is unknown color: approx Givry. HEX triplet: EA, D3 and AB. RGB value is (234,211,171). Sum of RGB (Red+Green+Blue) = 234+211+171=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD3AB is #152C54. Grayscale: #D5D5D5. Windows color (decimal): -1387605 or 11260906. OLE color: 11260906.

HSL color Cylindrical-coordinate representation of color #EAD3AB: hue angle of 38.1º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAD3AB is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234211171-
CMYK00.100.270.08
HSL38.1º60%79.41%-
HSV(B)38.1º26.92%91.76%-
XYZ64.5867.0248.06-
YUV213.32104.12142.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 211 (82.81% from 255) = 34.25%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=37.99%
G=34.25%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421117100.100.270.0838.16079.41
HexEAD3AB0A1B8263c4f
Octal35232325301233104674117
Binary111010101101001110101011010101101110001001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3AB; }

 p { color: rgb(234,211,171); }

 H1.HeaderClassName
 {
   color: #EAD3AB;
 }
 .AnyTagClassName
 {
   color: #EAD3AB;
 }
</style>
background-color css

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

 a { background-color: rgb(234,211,171); }

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

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

 span { border-color: rgb(234,211,171); }

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