#EADBAF

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

Shades of Sidecar #EADBAF

Tints of Sidecar #EADBAF

Color information

#EADBAF (or 0xEADBAF) is unknown color: approx Sidecar. HEX triplet: EA, DB and AF. RGB value is (234,219,175). Sum of RGB (Red+Green+Blue) = 234+219+175=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBAF is #152450. Grayscale: #DADADA. Windows color (decimal): -1385553 or 11525098. OLE color: 11525098.

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

Color convert

RGB234219175-
CMYK00.060.250.08
HSL44.75º58.42%80.2%-
HSV(B)44.75º25.21%91.76%-
XYZ6771.2550.78-
YUV218.47103.47139.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=37.26%
G=34.87%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421917500.060.250.0844.7558.4280.2
HexEADBAF061982d3a50
Octal3523332570631105572120
Binary11101010110110111010111101101100110001011011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBAF; }

 p { color: rgb(234,219,175); }

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

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

 a { background-color: rgb(234,219,175); }

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

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

 span { border-color: rgb(234,219,175); }

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