#EDDFAF

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

Shades of Sidecar #EDDFAF

Tints of Sidecar #EDDFAF

Color information

#EDDFAF (or 0xEDDFAF) is unknown color: approx Sidecar. HEX triplet: ED, DF and AF. RGB value is (237,223,175). Sum of RGB (Red+Green+Blue) = 237+223+175=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFAF is #122050. Grayscale: #DDDDDD. Windows color (decimal): -1187921 or 11526125. OLE color: 11526125.

HSL color Cylindrical-coordinate representation of color #EDDFAF: hue angle of 46.45º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDDFAF is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237223175-
CMYK00.060.260.07
HSL46.45º63.27%80.78%-
HSV(B)46.45º26.16%92.94%-
XYZ69.0573.8851.18-
YUV221.71101.64138.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=37.32%
G=35.12%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722317500.060.260.0746.4563.2780.78
HexEDDFAF061A72e3f51
Octal355337257063275677121
Binary1110110111011111101011110110110101111011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFAF; }

 p { color: rgb(237,223,175); }

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

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

 a { background-color: rgb(237,223,175); }

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

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

 span { border-color: rgb(237,223,175); }

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