#EFDBA7

Color #EFDBA7 Sidecar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sidecar #EFDBA7

Tints of Sidecar #EFDBA7

Color information

#EFDBA7 (or 0xEFDBA7) is unknown color: approx Sidecar. HEX triplet: EF, DB and A7. RGB value is (239,219,167). Sum of RGB (Red+Green+Blue) = 239+219+167=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBA7 is #102458. Grayscale: #DBDBDB. Windows color (decimal): -1057881 or 11000815. OLE color: 11000815.

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

Color convert

RGB239219167-
CMYK00.080.300.06
HSL43.33º69.23%79.61%-
HSV(B)43.33º30.13%93.73%-
XYZ67.971.846.84-
YUV219.0598.63142.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 167 (65.62% from 255) = 26.72%
R=38.24%
G=35.04%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921916700.080.300.0643.3369.2379.61
HexEFDBA7081E62b4550
Octal35733324701036653105120
Binary111011111101101110100111010001111011010101110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBA7; }

 p { color: rgb(239,219,167); }

 H1.HeaderClassName
 {
   color: #EFDBA7;
 }
 .AnyTagClassName
 {
   color: #EFDBA7;
 }
</style>
background-color css

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

 a { background-color: rgb(239,219,167); }

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

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

 span { border-color: rgb(239,219,167); }

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