#EDE1AC

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

Shades of Sidecar #EDE1AC

Tints of Sidecar #EDE1AC

Color information

#EDE1AC (or 0xEDE1AC) is unknown color: approx Sidecar. HEX triplet: ED, E1 and AC. RGB value is (237,225,172). Sum of RGB (Red+Green+Blue) = 237+225+172=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE1AC is #121E53. Grayscale: #DEDEDE. Windows color (decimal): -1187412 or 11330029. OLE color: 11330029.

HSL color Cylindrical-coordinate representation of color #EDE1AC: hue angle of 48.92º 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 #EDE1AC is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237225172-
CMYK00.050.270.07
HSL48.92º64.36%80.2%-
HSV(B)48.92º27.43%92.94%-
XYZ69.374.8349.82-
YUV222.5599.48138.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 172 (67.58% from 255) = 27.13%
R=37.38%
G=35.49%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722517200.050.270.0748.9264.3680.2
HexEDE1AC051B7314050
Octal3553412540533761100120
Binary11101101111000011010110001011101111111000110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1AC; }

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

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

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

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

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

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

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

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