Html Css Color HEX #EADDA9 Sidecar

📋 copy color: '#EADDA9'

red 234 ◦ green 221 ◦ blue 169

#EADDA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sidecar #EADDA9

Tints of Sidecar #EADDA9

RGB

 RED value IS 234 (91.8% from 255) = 37.5%

 GREEN value IS 221 (86.72% from 255) = 35.42%

 BLUE value IS 169 (66.41% from 255) = 27.08%

R = 37.5%
G = 35.42%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EADDA9 (or 0xEADDA9) is known color: Sidecar. HEX triplet: EA, DD and A9. RGB value is (234,221,169). Sum of RGB (Red+Green+Blue) = 234+221+169=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDA9 is #152256. Grayscale: #DBDBDB. Windows color (decimal): -1385047 or 11132394. OLE color: 11132394.

HSL color Cylindrical-coordinate representation of color #EADDA9: hue angle of 48º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EADDA9 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 169 -
CMYK 0 0.06 0.28 0.08
HSL 48º 0.61% 0.79% -
HSV(B) 48º 0.28% 0.92% -
XYZ 66.95 72.07 47.92 -
YUV 218.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 234 221 169 0 0.06 0.28 0.08 48 0.61 0.79
Hex EA DD A9 0 6 1C 8 30 3D 4F
Octal 352 335 251 0 6 34 10 60 75 117
Binary 11101010 11011101 10101001 0 110 11100 1000 110000 111101 1001111

Color Harmonies of #EADDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDA9

Black with #EADDA9

Text Example


Text Example

White with #EADDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDA9; }

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

 H1.HeaderClassName
 {
   color: #EADDA9;
 }
 .AnyTagClassName
 {
   color: #EADDA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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