#EBD0AD

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

Shades of Givry #EBD0AD

Tints of Givry #EBD0AD

Color information

#EBD0AD (or 0xEBD0AD) is unknown color: approx Givry. HEX triplet: EB, D0 and AD. RGB value is (235,208,173). Sum of RGB (Red+Green+Blue) = 235+208+173=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0AD is #142F52. Grayscale: #D4D4D4. Windows color (decimal): -1322835 or 11391211. OLE color: 11391211.

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

Color convert

RGB235208173-
CMYK00.110.260.08
HSL33.87º60.78%80%-
HSV(B)33.87º26.38%92.16%-
XYZ64.3665.7948.84-
YUV212.08105.95144.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 208 (81.64% from 255) = 33.77%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=38.15%
G=33.77%
B=28.08%

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
Decimal23520817300.110.260.0833.8760.7880
HexEBD0AD0B1A8223d50
Octal35332025501332104275120
Binary111010111101000010101101010111101010001000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0AD; }

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

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

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

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

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

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

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

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