Html Css Color HEX #EFDCA8 Sidecar

📋 copy color: '#EFDCA8'

red 239 ◦ green 220 ◦ blue 168

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

Shades of Sidecar #EFDCA8

Tints of Sidecar #EFDCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.79%

R = 38.12%
G = 35.09%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFDCA8 (or 0xEFDCA8) is known color: Sidecar. HEX triplet: EF, DC and A8. RGB value is (239,220,168). Sum of RGB (Red+Green+Blue) = 239+220+168=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCA8 is #102357. Grayscale: #DBDBDB. Windows color (decimal): -1057624 or 11066607. OLE color: 11066607.

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

Color convert

RGB 239 220 168 -
CMYK 0 0.08 0.30 0.06
HSL 43.94º 0.69% 0.8% -
HSV(B) 43.94º 0.3% 0.94% -
XYZ 68.26 72.36 47.42 -
YUV 219.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 239 220 168 0 0.08 0.30 0.06 43.94 0.69 0.8
Hex EF DC A8 0 8 1E 6 2C 45 50
Octal 357 334 250 0 10 36 6 54 105 120
Binary 11101111 11011100 10101000 0 1000 11110 110 101100 1000101 1010000

Color Harmonies of #EFDCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCA8

Black with #EFDCA8

Text Example


Text Example

White with #EFDCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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