Html Css Color HEX #EFDCAA Sidecar

📋 copy color: '#EFDCAA'

red 239 ◦ green 220 ◦ blue 170

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

Shades of Sidecar #EFDCAA

Tints of Sidecar #EFDCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.98%

 BLUE value IS 170 (66.8% from 255) = 27.03%

R = 38%
G = 34.98%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFDCAA (or 0xEFDCAA) is known color: Sidecar. HEX triplet: EF, DC and AA. RGB value is (239,220,170). Sum of RGB (Red+Green+Blue) = 239+220+170=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCAA is #102355. Grayscale: #DCDCDC. Windows color (decimal): -1057622 or 11197679. OLE color: 11197679.

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

Color convert

RGB 239 220 170 -
CMYK 0 0.08 0.29 0.06
HSL 43.48º 0.68% 0.8% -
HSV(B) 43.48º 0.29% 0.94% -
XYZ 68.45 72.44 48.4 -
YUV 219.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 239 220 170 0 0.08 0.29 0.06 43.48 0.68 0.8
Hex EF DC AA 0 8 1D 6 2B 44 50
Octal 357 334 252 0 10 35 6 53 104 120
Binary 11101111 11011100 10101010 0 1000 11101 110 101011 1000100 1010000

Color Harmonies of #EFDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCAA

Black with #EFDCAA

Text Example


Text Example

White with #EFDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCAA; }

 p { color: rgb(239,220,170); }

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

background-color css

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

 a { background-color: rgb(239,220,170); }

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

border-color css

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

 span { border-color: rgb(239,220,170); }

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