#EBCDAB

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

Shades of Givry #EBCDAB

Tints of Givry #EBCDAB

Color information

#EBCDAB (or 0xEBCDAB) is unknown color: approx Givry. HEX triplet: EB, CD and AB. RGB value is (235,205,171). Sum of RGB (Red+Green+Blue) = 235+205+171=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDAB is #143254. Grayscale: #D2D2D2. Windows color (decimal): -1323605 or 11259371. OLE color: 11259371.

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

Color convert

RGB235205171-
CMYK00.130.270.08
HSL31.88º61.54%79.61%-
HSV(B)31.88º27.23%92.16%-
XYZ63.4464.2747.59-
YUV210.09105.94145.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=38.46%
G=33.55%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520517100.130.270.0831.8861.5479.61
HexEBCDAB0D1B8203e50
Octal35331525301533104076120
Binary111010111100110110101011011011101110001000001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDAB; }

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

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

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

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

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

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

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

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