#EDDEAE

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

Shades of Sidecar #EDDEAE

Tints of Sidecar #EDDEAE

Color information

#EDDEAE (or 0xEDDEAE) is unknown color: approx Sidecar. HEX triplet: ED, DE and AE. RGB value is (237,222,174). Sum of RGB (Red+Green+Blue) = 237+222+174=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEAE is #122151. Grayscale: #DDDDDD. Windows color (decimal): -1188178 or 11460333. OLE color: 11460333.

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

Color convert

RGB237222174-
CMYK00.060.270.07
HSL45.71º63.64%80.59%-
HSV(B)45.71º26.58%92.94%-
XYZ68.6973.350.57-
YUV221.01101.47139.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 174 (68.36% from 255) = 27.49%
R=37.44%
G=35.07%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722217400.060.270.0745.7163.6480.59
HexEDDEAE061B72e4051
Octal3553362560633756100121
Binary11101101110111101010111001101101111110111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEAE; }

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

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

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

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

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

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

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

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