#EBD5AE

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

Shades of Givry #EBD5AE

Tints of Givry #EBD5AE

Color information

#EBD5AE (or 0xEBD5AE) is unknown color: approx Givry. HEX triplet: EB, D5 and AE. RGB value is (235,213,174). Sum of RGB (Red+Green+Blue) = 235+213+174=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD5AE is #142A51. Grayscale: #D7D7D7. Windows color (decimal): -1321554 or 11458027. OLE color: 11458027.

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

Color convert

RGB235213174-
CMYK00.090.260.08
HSL38.36º60.4%80.2%-
HSV(B)38.36º25.96%92.16%-
XYZ65.768.3149.77-
YUV215.13104.79142.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 174 (68.36% from 255) = 27.97%
R=37.78%
G=34.24%
B=27.97%

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
Decimal23521317400.090.260.0838.3660.480.2
HexEBD5AE091A8263c50
Octal35332525601132104674120
Binary111010111101010110101110010011101010001001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5AE; }

 p { color: rgb(235,213,174); }

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

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

 a { background-color: rgb(235,213,174); }

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

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

 span { border-color: rgb(235,213,174); }

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