#EBD2AE

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

Shades of Givry #EBD2AE

Tints of Givry #EBD2AE

Color information

#EBD2AE (or 0xEBD2AE) is unknown color: approx Givry. HEX triplet: EB, D2 and AE. RGB value is (235,210,174). Sum of RGB (Red+Green+Blue) = 235+210+174=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2AE is #142D51. Grayscale: #D5D5D5. Windows color (decimal): -1322322 or 11457259. OLE color: 11457259.

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

Color convert

RGB235210174-
CMYK00.110.260.08
HSL35.41º60.4%80.2%-
HSV(B)35.41º25.96%92.16%-
XYZ64.9566.8149.52-
YUV213.37105.78143.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=37.96%
G=33.93%
B=28.11%

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
Decimal23521017400.110.260.0835.4160.480.2
HexEBD2AE0B1A8233c50
Octal35332225601332104374120
Binary111010111101001010101110010111101010001000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2AE; }

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

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

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

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

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

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

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

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