#EBD5AB

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

Shades of Givry #EBD5AB

Tints of Givry #EBD5AB

Color information

#EBD5AB (or 0xEBD5AB) is unknown color: approx Givry. HEX triplet: EB, D5 and AB. RGB value is (235,213,171). Sum of RGB (Red+Green+Blue) = 235+213+171=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD5AB is #142A54. Grayscale: #D6D6D6. Windows color (decimal): -1321557 or 11261419. OLE color: 11261419.

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

Color convert

RGB235213171-
CMYK00.090.270.08
HSL39.38º61.54%79.61%-
HSV(B)39.38º27.23%92.16%-
XYZ65.4168.1948.24-
YUV214.79103.29142.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=37.96%
G=34.41%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521317100.090.270.0839.3861.5479.61
HexEBD5AB091B8273e50
Octal35332525301133104776120
Binary111010111101010110101011010011101110001001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5AB; }

 p { color: rgb(235,213,171); }

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

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

 a { background-color: rgb(235,213,171); }

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

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

 span { border-color: rgb(235,213,171); }

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