#EACFAE

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

Shades of Givry #EACFAE

Tints of Givry #EACFAE

Color information

#EACFAE (or 0xEACFAE) is unknown color: approx Givry. HEX triplet: EA, CF and AE. RGB value is (234,207,174). Sum of RGB (Red+Green+Blue) = 234+207+174=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFAE is #153051. Grayscale: #D3D3D3. Windows color (decimal): -1388626 or 11456490. OLE color: 11456490.

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

Color convert

RGB234207174-
CMYK00.120.260.08
HSL33º58.82%80%-
HSV(B)33º25.64%91.76%-
XYZ63.8865.1749.26-
YUV211.31106.95144.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=38.05%
G=33.66%
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
Decimal23420717400.120.260.083358.8280
HexEACFAE0C1A8213b50
Octal35231725601432104173120
Binary111010101100111110101110011001101010001000011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFAE; }

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

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

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

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

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

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

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

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