#EBD3AF

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

Shades of Givry #EBD3AF

Tints of Givry #EBD3AF

Color information

#EBD3AF (or 0xEBD3AF) is unknown color: approx Givry. HEX triplet: EB, D3 and AF. RGB value is (235,211,175). Sum of RGB (Red+Green+Blue) = 235+211+175=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD3AF is #142C50. Grayscale: #D6D6D6. Windows color (decimal): -1322065 or 11523051. OLE color: 11523051.

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

Color convert

RGB235211175-
CMYK00.100.260.08
HSL36º60%80.39%-
HSV(B)36º25.53%92.16%-
XYZ65.2967.3550.12-
YUV214.07105.95142.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 211 (82.81% from 255) = 33.98%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=37.84%
G=33.98%
B=28.18%

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
Decimal23521117500.100.260.08366080.39
HexEBD3AF0A1A8243c50
Octal35332325701232104474120
Binary111010111101001110101111010101101010001001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3AF; }

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

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

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

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

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

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

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

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