Html Css Color HEX #EFDDAC Sidecar

📋 copy color: '#EFDDAC'

red 239 ◦ green 221 ◦ blue 172

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

Shades of Sidecar #EFDDAC

Tints of Sidecar #EFDDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.22%

R = 37.82%
G = 34.97%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFDDAC (or 0xEFDDAC) is known color: Sidecar. HEX triplet: EF, DD and AC. RGB value is (239,221,172). Sum of RGB (Red+Green+Blue) = 239+221+172=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDAC is #102253. Grayscale: #DDDDDD. Windows color (decimal): -1057364 or 11329007. OLE color: 11329007.

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

Color convert

RGB 239 221 172 -
CMYK 0 0.08 0.28 0.06
HSL 43.88º 0.68% 0.81% -
HSV(B) 43.88º 0.28% 0.94% -
XYZ 68.9 73.04 49.5 -
YUV 220.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 239 221 172 0 0.08 0.28 0.06 43.88 0.68 0.81
Hex EF DD AC 0 8 1C 6 2C 44 51
Octal 357 335 254 0 10 34 6 54 104 121
Binary 11101111 11011101 10101100 0 1000 11100 110 101100 1000100 1010001

Color Harmonies of #EFDDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDAC

Black with #EFDDAC

Text Example


Text Example

White with #EFDDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDAC; }

 p { color: rgb(239,221,172); }

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

background-color css

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

 a { background-color: rgb(239,221,172); }

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

border-color css

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

 span { border-color: rgb(239,221,172); }

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