#EBD5AC

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

Shades of Givry #EBD5AC

Tints of Givry #EBD5AC

Color information

#EBD5AC (or 0xEBD5AC) is unknown color: approx Givry. HEX triplet: EB, D5 and AC. RGB value is (235,213,172). Sum of RGB (Red+Green+Blue) = 235+213+172=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD5AC is #142A53. Grayscale: #D7D7D7. Windows color (decimal): -1321556 or 11326955. OLE color: 11326955.

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

Color convert

RGB235213172-
CMYK00.090.270.08
HSL39.05º61.17%79.8%-
HSV(B)39.05º26.81%92.16%-
XYZ65.568.2348.75-
YUV214.9103.79142.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=37.90%
G=34.35%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521317200.090.270.0839.0561.1779.8
HexEBD5AC091B8273d50
Octal35332525401133104775120
Binary111010111101010110101100010011101110001001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5AC; }

 p { color: rgb(235,213,172); }

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

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

 a { background-color: rgb(235,213,172); }

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

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

 span { border-color: rgb(235,213,172); }

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