#EADFA4

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

Shades of Sidecar #EADFA4

Tints of Sidecar #EADFA4

Color information

#EADFA4 (or 0xEADFA4) is unknown color: approx Sidecar. HEX triplet: EA, DF and A4. RGB value is (234,223,164). Sum of RGB (Red+Green+Blue) = 234+223+164=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 164 (64.45% from 255 or 26.41% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADFA4 is #15205B. Grayscale: #DBDBDB. Windows color (decimal): -1384540 or 10805226. OLE color: 10805226.

HSL color Cylindrical-coordinate representation of color #EADFA4: hue angle of 50.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EADFA4 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234223164-
CMYK00.050.300.08
HSL50.57º62.5%78.04%-
HSV(B)50.57º29.91%91.76%-
XYZ67.0272.9545.67-
YUV219.5696.64138.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 164 (64.45% from 255) = 26.41%
R=37.68%
G=35.91%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422316400.050.300.0850.5762.578.04
HexEADFA4051E8333e4e
Octal3523372440536106376116
Binary11101010110111111010010001011111010001100111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFA4; }

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

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

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

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

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

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

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

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