#EBD2B2

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

Shades of Givry #EBD2B2

Tints of Givry #EBD2B2

Color information

#EBD2B2 (or 0xEBD2B2) is unknown color: approx Givry. HEX triplet: EB, D2 and B2. RGB value is (235,210,178). Sum of RGB (Red+Green+Blue) = 235+210+178=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2B2 is #142D4D. Grayscale: #D5D5D5. Windows color (decimal): -1322318 or 11719403. OLE color: 11719403.

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

Color convert

RGB235210178-
CMYK00.110.240.08
HSL33.68º58.76%80.98%-
HSV(B)33.68º24.26%92.16%-
XYZ65.3466.9751.6-
YUV213.83107.78143.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 178 (69.92% from 255) = 28.57%
R=37.72%
G=33.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521017800.110.240.0833.6858.7680.98
HexEBD2B20B188223b51
Octal35332226201330104273121
Binary111010111101001010110010010111100010001000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2B2; }

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

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

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

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

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

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

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

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