#EBD1B1

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

Shades of Givry #EBD1B1

Tints of Givry #EBD1B1

Color information

#EBD1B1 (or 0xEBD1B1) is unknown color: approx Givry. HEX triplet: EB, D1 and B1. RGB value is (235,209,177). Sum of RGB (Red+Green+Blue) = 235+209+177=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1B1 is #142E4E. Grayscale: #D5D5D5. Windows color (decimal): -1322575 or 11653611. OLE color: 11653611.

HSL color Cylindrical-coordinate representation of color #EBD1B1: hue angle of 33.1º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBD1B1 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235209177-
CMYK00.110.250.08
HSL33.1º59.18%80.78%-
HSV(B)33.1º24.68%92.16%-
XYZ6566.4450.99-
YUV213.13107.61143.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 177 (69.53% from 255) = 28.50%
R=37.84%
G=33.66%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520917700.110.250.0833.159.1880.78
HexEBD1B10B198213b51
Octal35332126101331104173121
Binary111010111101000110110001010111100110001000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1B1; }

 p { color: rgb(235,209,177); }

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

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

 a { background-color: rgb(235,209,177); }

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

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

 span { border-color: rgb(235,209,177); }

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