#EBCEAE

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

Shades of Givry #EBCEAE

Tints of Givry #EBCEAE

Color information

#EBCEAE (or 0xEBCEAE) is unknown color: approx Givry. HEX triplet: EB, CE and AE. RGB value is (235,206,174). Sum of RGB (Red+Green+Blue) = 235+206+174=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCEAE is #143151. Grayscale: #D3D3D3. Windows color (decimal): -1323346 or 11456235. OLE color: 11456235.

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

Color convert

RGB235206174-
CMYK00.120.260.08
HSL31.48º60.4%80.2%-
HSV(B)31.48º25.96%92.16%-
XYZ63.9764.8649.19-
YUV211.02107.11145.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=38.21%
G=33.50%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520617400.120.260.0831.4860.480.2
HexEBCEAE0C1A81f3c50
Octal35331625601432103774120
Binary11101011110011101010111001100110101000111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEAE; }

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

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

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

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

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

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

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

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