#EDCFAC

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

Shades of Givry #EDCFAC

Tints of Givry #EDCFAC

Color information

#EDCFAC (or 0xEDCFAC) is unknown color: approx Givry. HEX triplet: ED, CF and AC. RGB value is (237,207,172). Sum of RGB (Red+Green+Blue) = 237+207+172=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFAC is #123053. Grayscale: #D4D4D4. Windows color (decimal): -1192020 or 11325421. OLE color: 11325421.

HSL color Cylindrical-coordinate representation of color #EDCFAC: hue angle of 32.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDCFAC is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237207172-
CMYK00.130.270.07
HSL32.31º64.36%80.2%-
HSV(B)32.31º27.43%92.94%-
XYZ64.6865.6148.28-
YUV211.98105.44145.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 172 (67.58% from 255) = 27.92%
R=38.47%
G=33.60%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720717200.130.270.0732.3164.3680.2
HexEDCFAC0D1B7204050
Octal35531725401533740100120
Binary111011011100111110101100011011101111110000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFAC; }

 p { color: rgb(237,207,172); }

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

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

 a { background-color: rgb(237,207,172); }

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

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

 span { border-color: rgb(237,207,172); }

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