#EBD4AB

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

Shades of Givry #EBD4AB

Tints of Givry #EBD4AB

Color information

#EBD4AB (or 0xEBD4AB) is unknown color: approx Givry. HEX triplet: EB, D4 and AB. RGB value is (235,212,171). Sum of RGB (Red+Green+Blue) = 235+212+171=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4AB is #142B54. Grayscale: #D6D6D6. Windows color (decimal): -1321813 or 11261163. OLE color: 11261163.

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

Color convert

RGB235212171-
CMYK00.100.270.08
HSL38.44º61.54%79.61%-
HSV(B)38.44º27.23%92.16%-
XYZ65.1667.6948.16-
YUV214.2103.62142.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=38.03%
G=34.30%
B=27.67%

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
Decimal23521217100.100.270.0838.4461.5479.61
HexEBD4AB0A1B8263e50
Octal35332425301233104676120
Binary111010111101010010101011010101101110001001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4AB; }

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

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

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

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

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

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

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

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