#EADDAF

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

Shades of Sidecar #EADDAF

Tints of Sidecar #EADDAF

Color information

#EADDAF (or 0xEADDAF) is unknown color: approx Sidecar. HEX triplet: EA, DD and AF. RGB value is (234,221,175). Sum of RGB (Red+Green+Blue) = 234+221+175=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDAF is #152250. Grayscale: #DBDBDB. Windows color (decimal): -1385041 or 11525610. OLE color: 11525610.

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

Color convert

RGB234221175-
CMYK00.060.250.08
HSL46.78º58.42%80.2%-
HSV(B)46.78º25.21%91.76%-
XYZ67.5372.350.95-
YUV219.64102.81138.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 175 (68.75% from 255) = 27.78%
R=37.14%
G=35.08%
B=27.78%

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
Decimal23422117500.060.250.0846.7858.4280.2
HexEADDAF061982f3a50
Octal3523352570631105772120
Binary11101010110111011010111101101100110001011111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDAF; }

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

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

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

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

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

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

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

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