#EDDCA4

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

Shades of Sidecar #EDDCA4

Tints of Sidecar #EDDCA4

Color information

#EDDCA4 (or 0xEDDCA4) is unknown color: approx Sidecar. HEX triplet: ED, DC and A4. RGB value is (237,220,164). Sum of RGB (Red+Green+Blue) = 237+220+164=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 164 (64.45% from 255 or 26.41% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCA4 is #12235B. Grayscale: #DADADA. Windows color (decimal): -1188700 or 10804461. OLE color: 10804461.

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

Color convert

RGB237220164-
CMYK00.070.310.07
HSL46.03º66.97%78.63%-
HSV(B)46.03º30.8%92.94%-
XYZ67.2271.8745.45-
YUV218.797.13141.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 164 (64.45% from 255) = 26.41%
R=38.16%
G=35.43%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722016400.070.310.0746.0366.9778.63
HexEDDCA4071F72e434f
Octal3553342440737756103117
Binary11101101110111001010010001111111111110111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCA4; }

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

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

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

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

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

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

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

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