#EBD0AB

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

Shades of Givry #EBD0AB

Tints of Givry #EBD0AB

Color information

#EBD0AB (or 0xEBD0AB) is unknown color: approx Givry. HEX triplet: EB, D0 and AB. RGB value is (235,208,171). Sum of RGB (Red+Green+Blue) = 235+208+171=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0AB is #142F54. Grayscale: #D4D4D4. Windows color (decimal): -1322837 or 11260139. OLE color: 11260139.

HSL color Cylindrical-coordinate representation of color #EBD0AB: hue angle of 34.69º 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 #EBD0AB is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235208171-
CMYK00.110.270.08
HSL34.69º61.54%79.61%-
HSV(B)34.69º27.23%92.16%-
XYZ64.1765.7147.83-
YUV211.86104.95144.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 208 (81.64% from 255) = 33.88%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=38.27%
G=33.88%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520817100.110.270.0834.6961.5479.61
HexEBD0AB0B1B8233e50
Octal35332025301333104376120
Binary111010111101000010101011010111101110001000111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0AB; }

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

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

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

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

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

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

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

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