#EBD0AC

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

Shades of Givry #EBD0AC

Tints of Givry #EBD0AC

Color information

#EBD0AC (or 0xEBD0AC) is unknown color: approx Givry. HEX triplet: EB, D0 and AC. RGB value is (235,208,172). Sum of RGB (Red+Green+Blue) = 235+208+172=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0AC is #142F53. Grayscale: #D4D4D4. Windows color (decimal): -1322836 or 11325675. OLE color: 11325675.

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

Color convert

RGB235208172-
CMYK00.110.270.08
HSL34.29º61.17%79.8%-
HSV(B)34.29º26.81%92.16%-
XYZ64.2665.7548.33-
YUV211.97105.45144.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 172 (67.58% from 255) = 27.97%
R=38.21%
G=33.82%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520817200.110.270.0834.2961.1779.8
HexEBD0AC0B1B8223d50
Octal35332025401333104275120
Binary111010111101000010101100010111101110001000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0AC; }

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

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

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

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

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

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

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

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