#EBD2B1

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

Shades of Givry #EBD2B1

Tints of Givry #EBD2B1

Color information

#EBD2B1 (or 0xEBD2B1) is unknown color: approx Givry. HEX triplet: EB, D2 and B1. RGB value is (235,210,177). Sum of RGB (Red+Green+Blue) = 235+210+177=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2B1 is #142D4E. Grayscale: #D5D5D5. Windows color (decimal): -1322319 or 11653867. OLE color: 11653867.

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

Color convert

RGB235210177-
CMYK00.110.250.08
HSL34.14º59.18%80.78%-
HSV(B)34.14º24.68%92.16%-
XYZ65.2466.9351.08-
YUV213.71107.28143.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 177 (69.53% from 255) = 28.46%
R=37.78%
G=33.76%
B=28.46%

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
Decimal23521017700.110.250.0834.1459.1880.78
HexEBD2B10B198223b51
Octal35332226101331104273121
Binary111010111101001010110001010111100110001000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2B1; }

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

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

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

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

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

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

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

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