#EDCFAA

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

Shades of Givry #EDCFAA

Tints of Givry #EDCFAA

Color information

#EDCFAA (or 0xEDCFAA) is unknown color: approx Givry. HEX triplet: ED, CF and AA. RGB value is (237,207,170). Sum of RGB (Red+Green+Blue) = 237+207+170=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFAA is #123055. Grayscale: #D3D3D3. Windows color (decimal): -1192022 or 11194349. OLE color: 11194349.

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

Color convert

RGB237207170-
CMYK00.130.280.07
HSL33.13º65.05%79.8%-
HSV(B)33.13º28.27%92.94%-
XYZ64.4965.5347.28-
YUV211.75104.44146.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=38.60%
G=33.71%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720717000.130.280.0733.1365.0579.8
HexEDCFAA0D1C7214150
Octal35531725201534741101120
Binary111011011100111110101010011011110011110000110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFAA; }

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

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

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

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

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

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

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

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