#EBD6AD

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

Shades of Givry #EBD6AD

Tints of Givry #EBD6AD

Color information

#EBD6AD (or 0xEBD6AD) is unknown color: approx Givry. HEX triplet: EB, D6 and AD. RGB value is (235,214,173). Sum of RGB (Red+Green+Blue) = 235+214+173=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6AD is #142952. Grayscale: #D7D7D7. Windows color (decimal): -1321299 or 11392747. OLE color: 11392747.

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

Color convert

RGB235214173-
CMYK00.090.260.08
HSL39.68º60.78%80%-
HSV(B)39.68º26.38%92.16%-
XYZ65.8568.7749.34-
YUV215.6103.96141.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=37.78%
G=34.41%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521417300.090.260.0839.6860.7880
HexEBD6AD091A8283d50
Octal35332625501132105075120
Binary111010111101011010101101010011101010001010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6AD; }

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

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

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

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

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

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

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

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