Html Css Color HEX #EADDA5 Sidecar

📋 copy color: '#EADDA5'

red 234 ◦ green 221 ◦ blue 165

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

Shades of Sidecar #EADDA5

Tints of Sidecar #EADDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.61%

R = 37.74%
G = 35.65%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EADDA5 (or 0xEADDA5) is known color: Sidecar. HEX triplet: EA, DD and A5. RGB value is (234,221,165). Sum of RGB (Red+Green+Blue) = 234+221+165=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDA5 is #15225A. Grayscale: #DADADA. Windows color (decimal): -1385051 or 10870250. OLE color: 10870250.

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

Color convert

RGB 234 221 165 -
CMYK 0 0.06 0.29 0.08
HSL 48.7º 0.62% 0.78% -
HSV(B) 48.7º 0.29% 0.92% -
XYZ 66.58 71.92 45.97 -
YUV 218.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 234 221 165 0 0.06 0.29 0.08 48.7 0.62 0.78
Hex EA DD A5 0 6 1D 8 31 3E 4E
Octal 352 335 245 0 6 35 10 61 76 116
Binary 11101010 11011101 10100101 0 110 11101 1000 110001 111110 1001110

Color Harmonies of #EADDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDA5

Black with #EADDA5

Text Example


Text Example

White with #EADDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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