#EBD0AE

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

Shades of Givry #EBD0AE

Tints of Givry #EBD0AE

Color information

#EBD0AE (or 0xEBD0AE) is unknown color: approx Givry. HEX triplet: EB, D0 and AE. RGB value is (235,208,174). Sum of RGB (Red+Green+Blue) = 235+208+174=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0AE is #142F51. Grayscale: #D4D4D4. Windows color (decimal): -1322834 or 11456747. OLE color: 11456747.

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

Color convert

RGB235208174-
CMYK00.110.260.08
HSL33.44º60.4%80.2%-
HSV(B)33.44º25.96%92.16%-
XYZ64.4665.8349.35-
YUV212.2106.45144.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=38.09%
G=33.71%
B=28.20%

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
Decimal23520817400.110.260.0833.4460.480.2
HexEBD0AE0B1A8213c50
Octal35332025601332104174120
Binary111010111101000010101110010111101010001000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0AE; }

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

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

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

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

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

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

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

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