Html Css Color HEX #EFDEAD Sidecar

📋 copy color: '#EFDEAD'

red 239 ◦ green 222 ◦ blue 173

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

Shades of Sidecar #EFDEAD

Tints of Sidecar #EFDEAD

RGB

 RED value IS 239 (93.75% from 255) = 37.7%

 GREEN value IS 222 (87.11% from 255) = 35.02%

 BLUE value IS 173 (67.97% from 255) = 27.29%

R = 37.7%
G = 35.02%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFDEAD (or 0xEFDEAD) is known color: Sidecar. HEX triplet: EF, DE and AD. RGB value is (239,222,173). Sum of RGB (Red+Green+Blue) = 239+222+173=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEAD is #102152. Grayscale: #DDDDDD. Windows color (decimal): -1057107 or 11394799. OLE color: 11394799.

HSL color Cylindrical-coordinate representation of color #EFDEAD: hue angle of 44.55º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFDEAD is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 173 -
CMYK 0 0.07 0.28 0.06
HSL 44.55º 0.67% 0.81% -
HSV(B) 44.55º 0.28% 0.94% -
XYZ 69.26 73.61 50.09 -
YUV 221.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 239 222 173 0 0.07 0.28 0.06 44.55 0.67 0.81
Hex EF DE AD 0 7 1C 6 2D 43 51
Octal 357 336 255 0 7 34 6 55 103 121
Binary 11101111 11011110 10101101 0 111 11100 110 101101 1000011 1010001

Color Harmonies of #EFDEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEAD

Black with #EFDEAD

Text Example


Text Example

White with #EFDEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEAD; }

 p { color: rgb(239,222,173); }

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

background-color css

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

 a { background-color: rgb(239,222,173); }

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

border-color css

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

 span { border-color: rgb(239,222,173); }

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