#EBD3AD

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

Shades of Givry #EBD3AD

Tints of Givry #EBD3AD

Color information

#EBD3AD (or 0xEBD3AD) is unknown color: approx Givry. HEX triplet: EB, D3 and AD. RGB value is (235,211,173). Sum of RGB (Red+Green+Blue) = 235+211+173=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD3AD is #142C52. Grayscale: #D6D6D6. Windows color (decimal): -1322067 or 11391979. OLE color: 11391979.

HSL color Cylindrical-coordinate representation of color #EBD3AD: hue angle of 36.77º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBD3AD is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235211173-
CMYK00.100.260.08
HSL36.77º60.78%80%-
HSV(B)36.77º26.38%92.16%-
XYZ65.167.2749.09-
YUV213.84104.95143.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 211 (82.81% from 255) = 34.09%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=37.96%
G=34.09%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521117300.100.260.0836.7760.7880
HexEBD3AD0A1A8253d50
Octal35332325501232104575120
Binary111010111101001110101101010101101010001001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3AD; }

 p { color: rgb(235,211,173); }

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

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

 a { background-color: rgb(235,211,173); }

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

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

 span { border-color: rgb(235,211,173); }

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