#EBCFAE

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

Shades of Givry #EBCFAE

Tints of Givry #EBCFAE

Color information

#EBCFAE (or 0xEBCFAE) is unknown color: approx Givry. HEX triplet: EB, CF and AE. RGB value is (235,207,174). Sum of RGB (Red+Green+Blue) = 235+207+174=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCFAE is #143051. Grayscale: #D3D3D3. Windows color (decimal): -1323090 or 11456491. OLE color: 11456491.

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

Color convert

RGB235207174-
CMYK00.120.260.08
HSL32.46º60.4%80.2%-
HSV(B)32.46º25.96%92.16%-
XYZ64.2165.3449.27-
YUV211.61106.78144.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=38.15%
G=33.60%
B=28.25%

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
Decimal23520717400.120.260.0832.4660.480.2
HexEBCFAE0C1A8203c50
Octal35331725601432104074120
Binary111010111100111110101110011001101010001000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFAE; }

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

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

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

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

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

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

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

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