#EAD8A7

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

Shades of Sidecar #EAD8A7

Tints of Sidecar #EAD8A7

Color information

#EAD8A7 (or 0xEAD8A7) is unknown color: approx Sidecar. HEX triplet: EA, D8 and A7. RGB value is (234,216,167). Sum of RGB (Red+Green+Blue) = 234+216+167=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD8A7 is #152758. Grayscale: #D8D8D8. Windows color (decimal): -1386329 or 11000042. OLE color: 11000042.

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

Color convert

RGB234216167-
CMYK00.080.290.08
HSL43.88º61.47%78.63%-
HSV(B)43.88º28.63%91.76%-
XYZ65.4669.3946.5-
YUV215.8100.46140.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 216 (84.77% from 255) = 35.01%
BLUE value IS 167 (65.62% from 255) = 27.07%
R=37.93%
G=35.01%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421616700.080.290.0843.8861.4778.63
HexEAD8A7081D82c3d4f
Octal35233024701035105475117
Binary111010101101100010100111010001110110001011001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8A7; }

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

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

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

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

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

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

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

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