#EADFA7

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

Shades of Sidecar #EADFA7

Tints of Sidecar #EADFA7

Color information

#EADFA7 (or 0xEADFA7) is unknown color: approx Sidecar. HEX triplet: EA, DF and A7. RGB value is (234,223,167). Sum of RGB (Red+Green+Blue) = 234+223+167=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 167 (65.62% from 255 or 26.76% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADFA7 is #152058. Grayscale: #DCDCDC. Windows color (decimal): -1384537 or 11001834. OLE color: 11001834.

HSL color Cylindrical-coordinate representation of color #EADFA7: hue angle of 50.15º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EADFA7 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234223167-
CMYK00.050.290.08
HSL50.15º61.47%78.63%-
HSV(B)50.15º28.63%91.76%-
XYZ67.2973.0647.11-
YUV219.998.14138.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 167 (65.62% from 255) = 26.76%
R=37.5%
G=35.74%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422316700.050.290.0850.1561.4778.63
HexEADFA7051D8323d4f
Octal3523372470535106275117
Binary11101010110111111010011101011110110001100101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFA7; }

 p { color: rgb(234,223,167); }

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

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

 a { background-color: rgb(234,223,167); }

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

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

 span { border-color: rgb(234,223,167); }

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