Html Css Color HEX #EFDFAA Sidecar

📋 copy color: '#EFDFAA'

red 239 ◦ green 223 ◦ blue 170

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

Shades of Sidecar #EFDFAA

Tints of Sidecar #EFDFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.28%

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

R = 37.82%
G = 35.28%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFDFAA (or 0xEFDFAA) is known color: Sidecar. HEX triplet: EF, DF and AA. RGB value is (239,223,170). Sum of RGB (Red+Green+Blue) = 239+223+170=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFAA is #102055. Grayscale: #DDDDDD. Windows color (decimal): -1056854 or 11198447. OLE color: 11198447.

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

Color convert

RGB 239 223 170 -
CMYK 0 0.07 0.29 0.06
HSL 46.09º 0.68% 0.8% -
HSV(B) 46.09º 0.29% 0.94% -
XYZ 69.24 74.03 48.67 -
YUV 221.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 239 223 170 0 0.07 0.29 0.06 46.09 0.68 0.8
Hex EF DF AA 0 7 1D 6 2E 44 50
Octal 357 337 252 0 7 35 6 56 104 120
Binary 11101111 11011111 10101010 0 111 11101 110 101110 1000100 1010000

Color Harmonies of #EFDFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFAA

Black with #EFDFAA

Text Example


Text Example

White with #EFDFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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