#EDDEA4

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

Shades of Sidecar #EDDEA4

Tints of Sidecar #EDDEA4

Color information

#EDDEA4 (or 0xEDDEA4) is unknown color: approx Sidecar. HEX triplet: ED, DE and A4. RGB value is (237,222,164). Sum of RGB (Red+Green+Blue) = 237+222+164=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEA4 is #12215B. Grayscale: #DCDCDC. Windows color (decimal): -1188188 or 10804973. OLE color: 10804973.

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

Color convert

RGB237222164-
CMYK00.060.310.07
HSL47.67º66.97%78.63%-
HSV(B)47.67º30.8%92.94%-
XYZ67.7572.9345.63-
YUV219.8796.47140.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 164 (64.45% from 255) = 26.32%
R=38.04%
G=35.63%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722216400.060.310.0747.6766.9778.63
HexEDDEA4061F730434f
Octal3553362440637760103117
Binary11101101110111101010010001101111111111000010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEA4; }

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

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

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

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

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

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

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

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