#EADFB0

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

Shades of Sidecar #EADFB0

Tints of Sidecar #EADFB0

Color information

#EADFB0 (or 0xEADFB0) is unknown color: approx Sidecar. HEX triplet: EA, DF and B0. RGB value is (234,223,176). Sum of RGB (Red+Green+Blue) = 234+223+176=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADFB0 is #15204F. Grayscale: #DDDDDD. Windows color (decimal): -1384528 or 11591658. OLE color: 11591658.

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

Color convert

RGB234223176-
CMYK00.050.250.08
HSL48.62º58%80.39%-
HSV(B)48.62º24.79%91.76%-
XYZ68.1673.451.65-
YUV220.93102.64137.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 176 (69.14% from 255) = 27.80%
R=36.97%
G=35.23%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422317600.050.250.0848.625880.39
HexEADFB005198313a50
Octal3523372600531106172120
Binary11101010110111111011000001011100110001100011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFB0; }

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

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

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

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

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

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

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

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