#EBD1AF

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

Shades of Givry #EBD1AF

Tints of Givry #EBD1AF

Color information

#EBD1AF (or 0xEBD1AF) is unknown color: approx Givry. HEX triplet: EB, D1 and AF. RGB value is (235,209,175). Sum of RGB (Red+Green+Blue) = 235+209+175=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1AF is #142E50. Grayscale: #D5D5D5. Windows color (decimal): -1322577 or 11522539. OLE color: 11522539.

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

Color convert

RGB235209175-
CMYK00.110.260.08
HSL34º60%80.39%-
HSV(B)34º25.53%92.16%-
XYZ64.866.3649.95-
YUV212.9106.61143.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 209 (82.03% from 255) = 33.76%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=37.96%
G=33.76%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520917500.110.260.08346080.39
HexEBD1AF0B1A8223c50
Octal35332125701332104274120
Binary111010111101000110101111010111101010001000101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1AF; }

 p { color: rgb(235,209,175); }

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

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

 a { background-color: rgb(235,209,175); }

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

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

 span { border-color: rgb(235,209,175); }

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