#EADFB1

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

Shades of Sidecar #EADFB1

Tints of Sidecar #EADFB1

Color information

#EADFB1 (or 0xEADFB1) is unknown color: approx Sidecar. HEX triplet: EA, DF and B1. RGB value is (234,223,177). Sum of RGB (Red+Green+Blue) = 234+223+177=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADFB1 is #15204E. Grayscale: #DDDDDD. Windows color (decimal): -1384527 or 11657194. OLE color: 11657194.

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

Color convert

RGB234223177-
CMYK00.050.240.08
HSL48.42º57.58%80.59%-
HSV(B)48.42º24.36%91.76%-
XYZ68.2673.4452.17-
YUV221.04103.14137.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 177 (69.53% from 255) = 27.92%
R=36.91%
G=35.17%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422317700.050.240.0848.4257.5880.59
HexEADFB105188303a51
Octal3523372610530106072121
Binary11101010110111111011000101011100010001100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFB1; }

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

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

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

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

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

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

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

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