#EBCEAB

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

Shades of Givry #EBCEAB

Tints of Givry #EBCEAB

Color information

#EBCEAB (or 0xEBCEAB) is unknown color: approx Givry. HEX triplet: EB, CE and AB. RGB value is (235,206,171). Sum of RGB (Red+Green+Blue) = 235+206+171=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCEAB is #143154. Grayscale: #D2D2D2. Windows color (decimal): -1323349 or 11259627. OLE color: 11259627.

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

Color convert

RGB235206171-
CMYK00.120.270.08
HSL32.81º61.54%79.61%-
HSV(B)32.81º27.23%92.16%-
XYZ63.6864.7547.67-
YUV210.68105.61145.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=38.40%
G=33.66%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520617100.120.270.0832.8161.5479.61
HexEBCEAB0C1B8213e50
Octal35331625301433104176120
Binary111010111100111010101011011001101110001000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEAB; }

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

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

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

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

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

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

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

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