Html Css Color HEX #EADDB0 Sidecar

📋 copy color: '#EADDB0'

red 234 ◦ green 221 ◦ blue 176

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

Shades of Sidecar #EADDB0

Tints of Sidecar #EADDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.89%

R = 37.08%
G = 35.02%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EADDB0 (or 0xEADDB0) is known color: Sidecar. HEX triplet: EA, DD and B0. RGB value is (234,221,176). Sum of RGB (Red+Green+Blue) = 234+221+176=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDB0 is #15224F. Grayscale: #DBDBDB. Windows color (decimal): -1385040 or 11591146. OLE color: 11591146.

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

Color convert

RGB 234 221 176 -
CMYK 0 0.06 0.25 0.08
HSL 46.55º 0.58% 0.8% -
HSV(B) 46.55º 0.25% 0.92% -
XYZ 67.62 72.34 51.47 -
YUV 219.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 234 221 176 0 0.06 0.25 0.08 46.55 0.58 0.8
Hex EA DD B0 0 6 19 8 2F 3A 50
Octal 352 335 260 0 6 31 10 57 72 120
Binary 11101010 11011101 10110000 0 110 11001 1000 101111 111010 1010000

Color Harmonies of #EADDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDB0

Black with #EADDB0

Text Example


Text Example

White with #EADDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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