#EDDCAE

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

Shades of Sidecar #EDDCAE

Tints of Sidecar #EDDCAE

Color information

#EDDCAE (or 0xEDDCAE) is unknown color: approx Sidecar. HEX triplet: ED, DC and AE. RGB value is (237,220,174). Sum of RGB (Red+Green+Blue) = 237+220+174=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCAE is #122351. Grayscale: #DCDCDC. Windows color (decimal): -1188690 or 11459821. OLE color: 11459821.

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

Color convert

RGB237220174-
CMYK00.070.270.07
HSL43.81º63.64%80.59%-
HSV(B)43.81º26.58%92.94%-
XYZ68.1672.2550.4-
YUV219.84102.13140.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=37.56%
G=34.87%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722017400.070.270.0743.8163.6480.59
HexEDDCAE071B72c4051
Octal3553342560733754100121
Binary11101101110111001010111001111101111110110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCAE; }

 p { color: rgb(237,220,174); }

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

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

 a { background-color: rgb(237,220,174); }

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

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

 span { border-color: rgb(237,220,174); }

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